public BenchmarkWorker(LoggedTextBox ws)
 {
     this.winsole = ws;
     this.watch = new System.Diagnostics.Stopwatch();
 }
예제 #2
0
 public BenchmarkWorker(LoggedTextBox ws)
 {
     this.winsole = ws;
     this.watch   = new System.Diagnostics.Stopwatch();
 }