Vorbereitungen werden in Schlauchliner gespeichert
This commit is contained in:
@@ -83,5 +83,10 @@ namespace DaSaSo.ViewModel.Controls
|
||||
SewerPreperationControllViewModel = new SewerPreperationControllViewModel(model.PreparationType);
|
||||
_date = model.Date.ToDateTime(new TimeOnly(0));
|
||||
}
|
||||
public override void Dispose()
|
||||
{
|
||||
model.PreparationType = SewerPreperationControllViewModel.CalculatePreparationFlags();
|
||||
base.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user