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