SchlauchlinerView wird angezeigt

This commit is contained in:
HuskyTeufel
2021-10-07 13:43:01 +02:00
parent cae9f38227
commit 3388891134
15 changed files with 120 additions and 42 deletions

View File

@@ -25,6 +25,7 @@ namespace DaSaSo.ViewModel
public ICommand UpdateCurrentSewerViewModelCommand { get; }
public ICommand CloseCommand { get; set; }
public ICommand SchadenCommand { get; set; }
public ICommand Schlauchliner { get; set; }
public BaseViewModel CurrentSewerViewModel => Navigator.CurrentViewModel;
public bool CanSelectDamage => Schaden != null;