Exemple #1
0
 public void CloseButtonClickImpl()
 {
     if (_ep.PickedExercise != null)
     {
         _ep.Dismiss(null);
         _newTrainingViewModel.RefreshExerciseList();
     }
 }