Esempio n. 1
0
        private void StartCount(int time)
        {
            Timer_Count.Enabled = true;
            int reckon = 1000 * time;

            Timer_Count.Interval = reckon;
            Timer_Count.Start();
        }
Esempio n. 2
0
 private void stopsd()
 {
     Timer_Count.Stop();
     Timer_Count.Enabled = false;
 }