SetInterrupt() 개인적인 메소드

private SetInterrupt ( [ b ) : void
b [
리턴 void
예제 #1
0
파일: Amanda.cs 프로젝트: remco138/amanda
 public void SetInterrupt(bool b)
 {
     AmandaHook.SetInterrupt(b);
 }