aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-20 18:19:55 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-20 18:19:55 +0200
commit83d10267952a89ee26cc2b4fad0904247d50f5b2 (patch)
tree318fb9a3adae9b2ff118a4a48948a05876f6d2fd /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs
parentdb89412e079e151a3217ed2a108820ebe6ba2f30 (diff)
downloadTango-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.cs2
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();