diff options
author | emkael <emkael@tlen.pl> | 2017-08-22 20:46:40 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-22 20:46:40 +0200 |
commit | 1bb11519992d69339943cb20b50fcb7a84769fa7 (patch) | |
tree | 61a2a52e82659fb897e980740c76e2540e359386 /Aktywator/Properties/Settings.Designer.cs | |
parent | 4c5ef38bee2cc8f2420ffac0b60dddc02f0589cc (diff) | |
parent | dff9977d85ed30c038c7db4ba14a6a6239f377ed (diff) |
Merge branch 'mysql-settings-flag' into 1.1-beta
Conflicts:
Aktywator.txt
Diffstat (limited to 'Aktywator/Properties/Settings.Designer.cs')
-rw-r--r-- | Aktywator/Properties/Settings.Designer.cs | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Aktywator/Properties/Settings.Designer.cs b/Aktywator/Properties/Settings.Designer.cs index b099227..b5c16ed 100644 --- a/Aktywator/Properties/Settings.Designer.cs +++ b/Aktywator/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -70,5 +70,17 @@ namespace Aktywator.Properties { this["PORT"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool CONFIGURED { + get { + return ((bool)(this["CONFIGURED"])); + } + set { + this["CONFIGURED"] = value; + } + } } } |