Example #1
0
 /// <summary>
 /// Calls the GUI to display a timer and start the timer
 /// </summary>
 private void setupAndStartTimer()
 {
     view.setupTimer(String.Format("{0:00} min {1:00} sec", timeLeft / 60, timeLeft % 60));
 }