Exemplo n.º 1
0
 public void Cancel()
 {
     if (_testRun != null)
     {
         _testRun.Cancel();
     }
 }