SinglePage erweitert
This commit is contained in:
@@ -15,9 +15,11 @@ namespace DaSaSo.ViewModel.State.Navigation
|
||||
get => _currentViewModel;
|
||||
set
|
||||
{
|
||||
_currentViewModel?.Dispose();
|
||||
_currentViewModel = value;
|
||||
OnPropertyChanged();
|
||||
StateChanged?.Invoke();
|
||||
}
|
||||
}
|
||||
public event Action StateChanged;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user