Null exception

Es wurde ein Exception geworfen wenn Sanierung leer war
This commit is contained in:
Husky
2018-06-28 20:13:50 +02:00
parent 671e24f6d6
commit 8cf246893b
3 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ namespace KlassenBIB
public Inspektionsobjekt()
{
Schadenskuerzeln = new InspektionskuerzelnCollection();
}
}
}