Imprägnierungen edit
Edit button erst verfügbar wenn ein Imprägnierung ausgewählt wurde
This commit is contained in:
@@ -27,9 +27,11 @@ namespace DaSaSo.ViewModel
|
||||
{
|
||||
_selectedImpregnation = value;
|
||||
OnPropertyChanged();
|
||||
OnPropertyChanged(nameof(CanSelectImpregnation));
|
||||
}
|
||||
}
|
||||
}
|
||||
public bool CanSelectImpregnation => SelectedImpregnation != null;
|
||||
public ICommand EditImpregnationCommand { get; set; }
|
||||
public ICommand AddImpregnationCommand { get; set; }
|
||||
bool _isLoading;
|
||||
|
||||
Reference in New Issue
Block a user