diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-04 14:11:29 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-04 14:11:29 +0200 |
| commit | 5513ba4c2db05de40d9adfac645d7e77c35c71f7 (patch) | |
| tree | 0088cfa3a3a76692a37f65a4724a5429ca51ed2d /Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs | |
| parent | 13f168081666328ac648c230ae0cdd4adf4fd133 (diff) | |
| download | Tango-5513ba4c2db05de40d9adfac645d7e77c35c71f7.tar.gz Tango-5513ba4c2db05de40d9adfac645d7e77c35c71f7.zip | |
Worked on PPC setup & update.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs index 957a4ee1d..6b566dcd2 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs @@ -171,8 +171,6 @@ namespace Tango.PPC.UI.PPCApplication _machine = new MachineBuilder(ObservablesContext.CreateDefault()).SetFirst().WithOrganization().WithConfiguration().Build(); } - _eventLogger.Log(EventTypes.ApplicationStarted, "Application Started!"); - initialized = true; } catch (Exception ex) @@ -214,6 +212,7 @@ namespace Tango.PPC.UI.PPCApplication { LogManager.Log($"Raising {nameof(ApplicationStarted)} event..."); + _eventLogger.Log(EventTypes.ApplicationStarted, "Application Started!"); ApplicationStarted?.Invoke(this, new EventArgs()); LogManager.Log("Invoking PPC view models OnApplicationStarted methods..."); |
