diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-17 16:34:16 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-17 16:34:16 +0300 |
| commit | c3424087c9a2aff7f509f9c866d151945633a382 (patch) | |
| tree | 68c1f77805ab574e4a15d31d2965180efc83204c /Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs | |
| parent | 4e2862f9fa0eaf94605d0161f4905005fbf84411 (diff) | |
| download | Tango-c3424087c9a2aff7f509f9c866d151945633a382.tar.gz Tango-c3424087c9a2aff7f509f9c866d151945633a382.zip | |
Redundant..
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs index d6485bc08..98ed016ae 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/App.xaml.cs @@ -55,6 +55,8 @@ namespace Tango.PPC.UI IntegratedSecurity = true, }; + SettingsManager.Default.GetOrCreate<CoreSettings>(); + var settings = SettingsManager.Default.GetOrCreate<PPCSettings>(); if (settings.LoggingCategories.Count == 0) |
