WIP Software anpassen
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user