Example #1
0
 private void Btn_Stop(object sender, RoutedEventArgs e)
 {
     timerTest.Stop();
 }
Example #2
0
 public void nxtTimer(Object source, ElapsedEventArgs e)
 {
     c = getNext();
     timer.Stop();
 }