diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-25 14:19:42 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-25 14:19:42 +0300 |
| commit | f98fc42ef7f1fc1d5570ebfed71d65894fafe1d5 (patch) | |
| tree | 7e3e66e259d723e1da2ec21a54594b998bf6ca6f /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | |
| parent | 064a839e731d7d96922b468330fab5c065609a01 (diff) | |
| download | Tango-f98fc42ef7f1fc1d5570ebfed71d65894fafe1d5.tar.gz Tango-f98fc42ef7f1fc1d5570ebfed71d65894fafe1d5.zip | |
Machine Studio v2.0.9
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, 1 insertions, 1 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 c0be40ad4..99a6174a8 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs @@ -28,7 +28,7 @@ namespace Tango.MachineStudio.UI /// <summary> /// Interaction logic for App.xaml /// </summary> - public partial class App : Application + public partial class App : Application { private WpfGlobalExceptionTrapper exceptionTrapper; private LogManager LogManager = LogManager.Default; |
