diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-28 14:22:58 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-28 14:22:58 -0400 |
| commit | 90e14a0932b63679c356e8bc1d42e657d7c612ad (patch) | |
| tree | f7c6e6600e17dc3c3a6b8868c3e3e52c88dc6e1b /Project Ports/Properties/Settings.Designer.cs | |
| parent | 88bd278b428e85b54441342d8d94fc7c6e3c9029 (diff) | |
| download | Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.tar.gz Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.tar.bz2 Project-Silicon-90e14a0932b63679c356e8bc1d42e657d7c612ad.zip | |
Changed crashing and added booting
Diffstat (limited to 'Project Ports/Properties/Settings.Designer.cs')
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index c9730c8..acb72c0 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -58,5 +58,17 @@ namespace Project_Ports.Properties { this["version"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool hijacked2 { + get { + return ((bool)(this["hijacked2"])); + } + set { + this["hijacked2"] = value; + } + } } } |
