Properties/Settings.Designer.cs
changeset 13 745d9ee1a2c0
parent 9 7c363a7a975e
child 16 985ca4b6e099
     1.1 --- a/Properties/Settings.Designer.cs	Thu Jul 10 22:03:29 2014 +0200
     1.2 +++ b/Properties/Settings.Designer.cs	Sat Jul 12 13:13:17 2014 +0200
     1.3 @@ -58,5 +58,17 @@
     1.4                  this["DisplayShowBorders"] = value;
     1.5              }
     1.6          }
     1.7 +        
     1.8 +        [global::System.Configuration.UserScopedSettingAttribute()]
     1.9 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.10 +        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    1.11 +        public bool DisplayConnectOnStartup {
    1.12 +            get {
    1.13 +                return ((bool)(this["DisplayConnectOnStartup"]));
    1.14 +            }
    1.15 +            set {
    1.16 +                this["DisplayConnectOnStartup"] = value;
    1.17 +            }
    1.18 +        }
    1.19      }
    1.20  }