Ejemplo n.º 1
0
 public Task Break()
 {
     return(Task.Run(() => Control.SetInterrupt(DEBUG_INTERRUPT.ACTIVE)));
 }