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