From 29647393a6cc898403e9ece9f4856e8ede819937 Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Sat, 1 May 2021 20:49:11 +1000 Subject: clean up from adding settings --- grapher/App.config | 2 -- grapher/Properties/Settings.Designer.cs | 22 +++++++++++++--------- grapher/Properties/Settings.settings | 6 ++++-- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/grapher/App.config b/grapher/App.config index ebe5140..56efbc7 100644 --- a/grapher/App.config +++ b/grapher/App.config @@ -1,7 +1,5 @@  - - diff --git a/grapher/Properties/Settings.Designer.cs b/grapher/Properties/Settings.Designer.cs index de55113..d305209 100644 --- a/grapher/Properties/Settings.Designer.cs +++ b/grapher/Properties/Settings.Designer.cs @@ -8,17 +8,21 @@ // //------------------------------------------------------------------------------ -namespace grapher.Properties { - - +namespace grapher.Properties +{ + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default { - get { + + public static Settings Default + { + get + { return defaultInstance; } } diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings index 8e615f2..3964565 100644 --- a/grapher/Properties/Settings.settings +++ b/grapher/Properties/Settings.settings @@ -1,5 +1,7 @@  - + + + - \ No newline at end of file + -- cgit v1.2.3