Exemplo n.º 1
0
 private static void StopTimer()
 {
     thisForm.timerClock1.Enabled = false;
     m_dClock = 0.0;
     thisForm.Invalidate();
 }