Exemplo n.º 1
0
 public override void AbortExecution()
 {
     _thread?.AbortCommand();
 }
 public void AbortExecution()
 {
     _thread?.AbortCommand();
 }