Server/Properties/Settings.Designer.cs
changeset 266 b11d7ebbdc7f
parent 251 f60cfcb98c9a
child 268 31d4905ad28a
     1.1 --- a/Server/Properties/Settings.Designer.cs	Wed Aug 31 20:20:32 2016 +0200
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Wed Aug 31 23:59:00 2016 +0200
     1.3 @@ -176,5 +176,17 @@
     1.4                  this["LogitechUserName"] = 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 LogitechAuthToken {
    1.12 +            get {
    1.13 +                return ((string)(this["LogitechAuthToken"]));
    1.14 +            }
    1.15 +            set {
    1.16 +                this["LogitechAuthToken"] = value;
    1.17 +            }
    1.18 +        }
    1.19      }
    1.20  }