Exemple #1
0
 public void StopTimer()
 {
     BTimer.TimerStop();
     BTimer.IsTimerStarted = false;
     ToggleTimerText       = START;
 }