SetInterrupt() public méthode

public SetInterrupt ( bool b ) : void
b bool
Résultat void
Exemple #1
0
 private void StopCodeHandler(object sender, EventArgs e)
 {
     AmandaObj.SetInterrupt(true);
 }