Exemple #1
0
 private void StartButtonTimer()
 {
     ButtonTimer.Interval = ButtonTimerInterval;
     ButtonTimer.Start();
 }
 private void RightButton_Pressed(object sender, EventArgs e)
 {
     ButtonTimer.Start();
     StartTime       = DateTime.Now;
     LeftRightButton = true;
 }