Revisionschächte werden nun mit abgelegt.
This commit is contained in:
@@ -138,6 +138,19 @@ namespace StammGenerator.ViewModel
|
||||
}
|
||||
}
|
||||
|
||||
public ESchachtType SchachtType
|
||||
{
|
||||
get => _model.SchachtType;
|
||||
set
|
||||
{
|
||||
if(_model.SchachtType != value)
|
||||
{
|
||||
_model.SchachtType = value;
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public ManholeEditViewModel(ISchachtDataService schachtDataService,IActualState actualState, IRenavigator renavigator)
|
||||
{
|
||||
_schachtDataService = schachtDataService;
|
||||
|
||||
Reference in New Issue
Block a user