Beispiel #1
0
 private void GoBack_Click(object sender, RoutedEventArgs e)
 {
     ProfileVm.SelectedProfile     = null;
     ProfileVm.ProfileDeepDataCopy = null;
     GoBackAction?.Invoke();
     NavigationService?.GoBack();
 }
 private void GoBack()
 {
     GoBackAction?.Invoke();
 }