Server/Properties/Settings.Designer.cs
changeset 153 95f253aaf588
parent 126 791786747ba6
child 159 e7c8c2b500bd
     1.1 --- a/Server/Properties/Settings.Designer.cs	Wed Sep 02 12:54:07 2015 +0200
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Wed Sep 02 16:02:24 2015 +0200
     1.3 @@ -105,5 +105,17 @@
     1.4                  this["StartFileName"] = 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("None")]
    1.11 +        public string OpticalDriveToEject {
    1.12 +            get {
    1.13 +                return ((string)(this["OpticalDriveToEject"]));
    1.14 +            }
    1.15 +            set {
    1.16 +                this["OpticalDriveToEject"] = value;
    1.17 +            }
    1.18 +        }
    1.19      }
    1.20  }