Datenbank erweitert

This commit is contained in:
Damian Wessels
2025-06-24 19:31:04 +02:00
parent 1f1cb3e7dd
commit 50fcb029b2
7 changed files with 90 additions and 144 deletions

View File

@@ -41,7 +41,7 @@ namespace SanSystem
context.SaveChanges();
}
this.Close();
//Global.Instance.ChangeProjekt(txt_pro_nr.Text);
Global.Instance.ChangeProjekt(txt_pro_nr.Text);
}
private bool project_already_exist(SanVerwalterContext context, string text)