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