public BenchmarkWorker(LoggedTextBox ws)
 {
     this.winsole = ws;
     this.watch = new System.Diagnostics.Stopwatch();
 }
Exemplo n.º 2
0
 public BenchmarkWorker(LoggedTextBox ws)
 {
     this.winsole = ws;
     this.watch   = new System.Diagnostics.Stopwatch();
 }