Es werden nun mehrere Sanierungen hinzugefügt

This commit is contained in:
Husky
2018-07-01 13:13:20 +02:00
parent c43f27eea0
commit 33f39b1ac7
16 changed files with 1155 additions and 550 deletions

View File

@@ -22,7 +22,7 @@ namespace KlassenBIB
bool sTVOAbsicherung;
bool hDReinigung;
DateTime hDReinigungDatum;
DateTime sanierungsDatum;
//DateTime sanierungsDatum;
//public Guid Guid { get => guid; set => guid = value; }
@@ -46,7 +46,7 @@ namespace KlassenBIB
public bool STVOAbsicherung { get => sTVOAbsicherung; set => sTVOAbsicherung = value; }
public bool HDReinigung { get => hDReinigung; set => hDReinigung = value; }
public DateTime HDReinigungDatum { get => hDReinigungDatum; set => hDReinigungDatum = value; }
public DateTime SanierungsDatum { get => sanierungsDatum; set => sanierungsDatum = value; }
//public DateTime SanierungsDatum { get => sanierungsDatum; set => sanierungsDatum = value; }
public event PropertyChangedEventHandler PropertyChanged;
private void NotifyPropertyChanged([CallerMemberName] string propertyName = null)