Example #1
0
 public DisposableWatch(StopWatch sw)
 {
     _sw = sw;
     _sw.Start();
 }