SetInterrupt() private method

private SetInterrupt ( [ b ) : void
b [
return void
示例#1
0
文件: Amanda.cs 项目: remco138/amanda
 public void SetInterrupt(bool b)
 {
     AmandaHook.SetInterrupt(b);
 }