예제 #1
0
 public void SpendSymbolicTime(long amount)
 {
     if (watch.IsRunning)
     {
         watch.SpendSymbolicTime(amount);
     }
 }
예제 #2
0
 public void SpendSymbolicTime(long amount)
 {
     watch.SpendSymbolicTime(amount);
 }