aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.LogViewer.UI/App.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.LogViewer.UI/App.xaml.cs')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.LogViewer.UI/App.xaml.cs24
1 files changed, 0 insertions, 24 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.LogViewer.UI/App.xaml.cs b/Software/Visual_Studio/Utilities/Tango.LogViewer.UI/App.xaml.cs
deleted file mode 100644
index 44d17a48a..000000000
--- a/Software/Visual_Studio/Utilities/Tango.LogViewer.UI/App.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Configuration;
-using System.Data;
-using System.Linq;
-using System.Threading.Tasks;
-using System.Windows;
-
-namespace Tango.LogViewer.UI
-{
- /// <summary>
- /// Interaction logic for App.xaml
- /// </summary>
- public partial class App : Application
- {
- public static String[] StartArgs { get; set; }
-
- public void App_Startup(object sender, StartupEventArgs e)
- {
- StartArgs = e.Args;
- }
- }
-
-}