Letzte Projekt wird beigehalten

This commit is contained in:
2023-08-06 19:19:44 +02:00
parent ba3e10fd2d
commit 778b4a9a64
6 changed files with 28 additions and 6 deletions

View File

@@ -20,5 +20,7 @@ namespace StammGenerator.ViewModel
void SetProjekt(Projekt projekt, bool notification = true);
void SetSchacht(Schacht schacht, bool notification = true);
void SetHaltung(Kanal haltung, bool notification = true);
void LoadLastProjekt();
}
}