SetInterrupt() private method

private SetInterrupt ( [ b ) : void
b [
return void
コード例 #1
0
ファイル: Amanda.cs プロジェクト: remco138/amanda
 public void SetInterrupt(bool b)
 {
     AmandaHook.SetInterrupt(b);
 }