Massenstatistik wird erstellt

This commit is contained in:
Husky
2018-07-14 22:50:32 +02:00
parent 2be7e9857b
commit 9ee15d86cb
12 changed files with 479 additions and 23 deletions

View File

@@ -156,6 +156,7 @@ namespace SanSystem
}
InlinerSanierung san = new InlinerSanierung();
san.Inspektionsobjekt = inspektionsobjekt;
san.Datum = new DateTime(2018, 01, 01, 12, 00, 00);
inspektionsobjekt.Sanierung.Add(san);
TabPage tab = new TabPage();
tab.Text = "InlinerSanierung";