Server/Properties/Settings.Designer.cs
changeset 212 1a0791daa243
parent 204 6345461600d7
child 215 5de8f8eaaa54
     1.1 --- a/Server/Properties/Settings.Designer.cs	Sat Jul 23 19:22:56 2016 +0200
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Sun Jul 24 13:30:08 2016 +0200
     1.3 @@ -189,5 +189,16 @@
     1.4                  this["CecReconnectToPowerTv"] = value;
     1.5              }
     1.6          }
     1.7 +        
     1.8 +        [global::System.Configuration.UserScopedSettingAttribute()]
     1.9 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.10 +        public global::SharpLib.Ear.ManagerEventAction Actions {
    1.11 +            get {
    1.12 +                return ((global::SharpLib.Ear.ManagerEventAction)(this["Actions"]));
    1.13 +            }
    1.14 +            set {
    1.15 +                this["Actions"] = value;
    1.16 +            }
    1.17 +        }
    1.18      }
    1.19  }