Beispiel #1
0
 public void SelectPomodoroPlayIndex()
 {
     if (currentProfile.profileData.SelectedPomodoroIndex != -1)
     {
         currentProfile.profileData.PomodoroPlayIndex = currentProfile.profileData.SelectedPomodoroIndex;
         timeKeeper.LoadCurrentPomodoro();
         timeKeeper.ResetCurrentTime();
         UpdatePomodorosPlayIcon();
     }
 }