dev: updater
This commit is contained in:
12
CarManagerV3/Properties/Settings.Designer.cs
generated
12
CarManagerV3/Properties/Settings.Designer.cs
generated
@@ -34,5 +34,17 @@ namespace CarManagerV3.Properties {
|
||||
this["DataLocation"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool AllowPrerelease {
|
||||
get {
|
||||
return ((bool)(this["AllowPrerelease"]));
|
||||
}
|
||||
set {
|
||||
this["AllowPrerelease"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user