From a775178c063082eb6a401b4254a046133840af03 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 14 Jun 2018 15:57:24 +0300 Subject: Working on PPC... --- .../Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs index 588cc8b64..f6b06ca61 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs @@ -19,11 +19,21 @@ using Tango.SharedUI; namespace Tango.PPC.UI.ViewModels { + /// + /// Represents the PPC loading splash screen view model. + /// + /// public class LoadingViewVM : PPCViewModel { + /// + /// Gets or sets the module loader. + /// [TangoInject] public IPPCModuleLoader ModuleLoader { get; set; } + /// + /// Called when the application has been started. + /// public async override void OnApplicationStarted() { await Task.Factory.StartNew(() => -- cgit v1.3.1