diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-20 18:19:55 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-20 18:19:55 +0200 |
| commit | 83d10267952a89ee26cc2b4fad0904247d50f5b2 (patch) | |
| tree | 318fb9a3adae9b2ff118a4a48948a05876f6d2fd /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | |
| parent | db89412e079e151a3217ed2a108820ebe6ba2f30 (diff) | |
| download | Tango-83d10267952a89ee26cc2b4fad0904247d50f5b2.tar.gz Tango-83d10267952a89ee26cc2b4fad0904247d50f5b2.zip | |
Fixed all issues with machine studio installer.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs index c15a87980..b6a131d22 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs @@ -22,6 +22,8 @@ namespace Tango.MachineStudio.UI protected override void OnStartup(StartupEventArgs e) { + LogManager.Log("Application Started..."); + base.OnStartup(e); LogManager.Categories.Clear(); |
