Man kann jetzt die einstellungen speichern

This commit is contained in:
Husky
2018-07-14 12:25:47 +02:00
parent 7b626f9b61
commit f7e3042daa
8 changed files with 144 additions and 6 deletions

View File

@@ -22,9 +22,10 @@ namespace SanSystem
{
InitializeComponent();
//Global.Instance.
if (!Directory.Exists(Global.Instance.Projektpfad)) Directory.CreateDirectory(Global.Instance.Projektpfad);
Datenbank.Instance.LoadProjekt("18-850", Global.Instance.Projektpfad);// Path.Combine(Global.Instance.Projektpfad,"18-850.xaml"));
Datenbank.Instance.LoadProjekt(Global.Instance.ProjektNummer, Global.Instance.Projektpfad);// Path.Combine(Global.Instance.Projektpfad,"18-850.xaml"));
//Datenbank.Instance.CreateProjekt("");