From 439029c0228ec639013502d4094361f80f836c5d Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Wed, 18 Sep 2019 12:07:19 +0300 Subject: Dropped dependencies of ColorLab module. Implemented ColorConversion view and view model. Refactored Machine Designer "Color Calibration" Tab. --- .../Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI') 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 f4ae29549..8309500b7 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs @@ -34,9 +34,11 @@ namespace Tango.MachineStudio.UI private WpfGlobalExceptionTrapper exceptionTrapper; private LogManager LogManager = LogManager.Default; + public static String[] StartupArgs { get; set; } + protected override void OnStartup(StartupEventArgs e) { - + StartupArgs = e.Args; #if DEBUG CoreSettings.DefaultDataSource = new DataSource() -- cgit v1.3.1