public BenchmarkWorker(LoggedTextBox ws)
 {
     this.winsole = ws;
     this.watch = new System.Diagnostics.Stopwatch();
 }
 public BenchmarkWorker(LoggedTextBox ws)
 {
     this.winsole = ws;
     this.watch   = new System.Diagnostics.Stopwatch();
 }