SetInterrupt() private method

private SetInterrupt ( [ b ) : void
b [
return void
Example #1
0
 public void SetInterrupt(bool b)
 {
     AmandaHook.SetInterrupt(b);
 }