AmandaInterface.Amanda.SetInterrupt C# (CSharp) 메소드

SetInterrupt() 공개 메소드

public SetInterrupt ( bool b ) : void
b bool
리턴 void
        public void SetInterrupt(bool b)
        {
            AmandaHook.SetInterrupt(b);
        }

Usage Example

예제 #1
0
 private void StopCodeHandler(object sender, EventArgs e)
 {
     AmandaObj.SetInterrupt(true);
 }