Esempio n. 1
0
 public static long stop()
 {
     if (lastCount.Count == 0)
     {
         return(0L);
     }
     last = lastCount.Dequeue();
     return(last._stopwatch.ElapsedTicks);
 }
Esempio n. 2
0
 public static void reset()
 {
     lastCount = new Queue <StopwatchCountdown>();
     last      = null;
 }