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

@@ -75,7 +75,7 @@ namespace SanSystem
{
get
{
return Path.Combine(speicherpfad_to_projekts, projektpfad);
return Path.Combine(Properties.Settings.Default.DATABASEMAIN,speicherpfad_to_projekts, projektpfad);
}
}
public ILanguage language = null;