Datenbank ausgelagert, außerhalb des Ordners

This commit is contained in:
HuskyTeufel
2020-08-31 10:14:23 +02:00
parent ce1a17640b
commit 7defa11975
6 changed files with 60 additions and 19 deletions

View File

@@ -22,5 +22,17 @@ namespace SanSystem.Properties {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\")]
public string DATABASEMAIN {
get {
return ((string)(this["DATABASEMAIN"]));
}
set {
this["DATABASEMAIN"] = value;
}
}
}
}