Exemplo n.º 1
0
 private void CountTime(int Time)
 {
     counter++;
     IntroTimer.SetTime(counter);
     if (counter >= timeForIntro)
     {
         OkButtonClicked();
     }
 }
Exemplo n.º 2
0
 private void SetTimerText(int time)
 {
     UITimer.SetTime(time);
 }