MainWindow geändert, dynamische Menu erzeugt

This commit is contained in:
Husky
2020-03-23 13:20:59 +01:00
parent 902e8f5712
commit 38a22e3803
11 changed files with 374 additions and 23 deletions

View File

@@ -12,5 +12,10 @@ namespace KanSan.Base.Interfaces.UI
string PunktUnten { get; set; }
int Durchmesser { get; set; }
string Material { get; set; }
bool RohrleitungInBetrieb { get; set; }
bool WasserHaltungDurchgefuehrt { get; set; }
bool HaltungGespuelt { get; set; }
bool GenehmigungErforderlich { get; set; }
bool BaustellenAbsicherung { get; set; }
}
}