Database removing

This commit is contained in:
Damian Wessels
2023-01-15 12:17:16 +01:00
parent 1c4f581f28
commit cfbbcdfae1
3 changed files with 8 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ namespace Database
this.projekt = projekt;
loadedProjekt = Datenbank.Instance.TeufelDB.Projekte.Find(x => x.Nummer != null && x.Nummer.Equals(projekt));
string filepath = Path.Combine(pfad, "projekte", "TeufelDB.xaml");
/*string filepath = Path.Combine(pfad, "projekte", "TeufelDB.xaml");
if (!File.Exists(filepath))
{
if (!Directory.Exists("./projekte")) return true;
@@ -76,7 +76,7 @@ namespace Database
}
//UpdateDatabase.CreateSQLiteDB();
*/
return true;
}