diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-08-26 15:57:03 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-08-26 15:57:03 -0400 |
| commit | 1aed689b2e4d35cbc72e046a66ab42eb81272893 (patch) | |
| tree | a4a456183a1836957e8e98c9bc7bdefea7179b95 /Project Ports/Properties/Settings.Designer.cs | |
| parent | 8f6b0e2c3dd491428d1e47f66191a26636b8f4e9 (diff) | |
| download | Project-Silicon-1aed689b2e4d35cbc72e046a66ab42eb81272893.tar.gz Project-Silicon-1aed689b2e4d35cbc72e046a66ab42eb81272893.tar.bz2 Project-Silicon-1aed689b2e4d35cbc72e046a66ab42eb81272893.zip | |
Added the hijack screen
Diffstat (limited to 'Project Ports/Properties/Settings.Designer.cs')
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index 5d13839..48abd73 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -8,23 +8,31 @@ // </auto-generated> //------------------------------------------------------------------------------ -namespace Project_Ports.Properties -{ - - +namespace Project_Ports.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.6.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; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool hijacked { + get { + return ((bool)(this["hijacked"])); + } + set { + this["hijacked"] = value; + } + } } } |
