Server/Properties/Settings.Designer.cs
changeset 268 31d4905ad28a
parent 266 b11d7ebbdc7f
child 271 24aec939b286
     1.1 --- a/Server/Properties/Settings.Designer.cs	Fri Sep 02 01:38:08 2016 +0200
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Mon Sep 05 18:11:21 2016 +0200
     1.3 @@ -188,5 +188,17 @@
     1.4                  this["LogitechAuthToken"] = 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("")]
    1.11 +        public string LogitechPassword {
    1.12 +            get {
    1.13 +                return ((string)(this["LogitechPassword"]));
    1.14 +            }
    1.15 +            set {
    1.16 +                this["LogitechPassword"] = value;
    1.17 +            }
    1.18 +        }
    1.19      }
    1.20  }