WPF endgültiv vorbereitet

This commit is contained in:
HuskyTeufel
2021-05-05 13:49:59 +02:00
parent 3d3de440ec
commit f66815fda5
7 changed files with 12 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ namespace GuiWPF
set
{
_currentViewModel = value;
OnPropertyChanged("CurrentViewModel");
OnPropertyChanged();
}
}