Datenbank ausgelagert, außerhalb des Ordners
This commit is contained in:
12
SanSystem/Properties/Settings.Designer.cs
generated
12
SanSystem/Properties/Settings.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user