diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-05 18:54:19 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-05 18:54:19 +0300 |
| commit | 9c78856e51418bebe66095fecf4c39d9b225e961 (patch) | |
| tree | a0e2b7354a4805448acf229168dae56b6f3b1cd6 /Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/Settings.Designer.cs | |
| parent | b1b9ec165cc318caed1fc9b5919a03029b6cb29e (diff) | |
| download | Tango-9c78856e51418bebe66095fecf4c39d9b225e961.tar.gz Tango-9c78856e51418bebe66095fecf4c39d9b225e961.zip | |
Working on PPC !
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/Settings.Designer.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/Settings.Designer.cs | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/Settings.Designer.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/Settings.Designer.cs index dab4cb31e..46e3b6e70 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/Settings.Designer.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // </auto-generated> //------------------------------------------------------------------------------ -namespace Tango.PPC.UI.Properties -{ - - +namespace Tango.PPC.UI.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.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; } } |
