WIP Software anpassen

This commit is contained in:
HuskyTeufel
2020-07-03 11:54:10 +02:00
parent 79256c17e8
commit a961767fdd
5 changed files with 39 additions and 117 deletions

View File

@@ -36,7 +36,7 @@ namespace SanSystem
if (!Directory.Exists(Global.Instance.Projektpfad)) Directory.CreateDirectory(Global.Instance.Projektpfad);
try
{
Datenbank.Instance.LoadProjekt(Global.Instance.ProjektNummer, Global.Instance.Projektpfad);// Path.Combine(Global.Instance.Projektpfad,"18-850.xaml"));
Datenbank.Instance.LoadProjekt(Global.Instance.ProjektNummer);// Path.Combine(Global.Instance.Projektpfad,"18-850.xaml"));
}
catch(DataBaseVersionMismatchException ex)
{