コード例 #1
0
 internal void ControlEngauge(int cmd)
 {
     global::Controller.Commandment commandment = this.commandment;
     this.commandment = new global::Controller.Commandment((cmd & 32767) | 65536);
     try
     {
         this.OnControlEngauge();
     }
     finally
     {
         this.commandment = commandment;
     }
 }
コード例 #2
0
 internal void ControlCease(int cmd)
 {
     global::Controller.Commandment commandment = this.commandment;
     this.commandment = new global::Controller.Commandment((cmd & 32767) | 98304);
     try
     {
         this.OnControlCease();
     }
     finally
     {
         this.commandment = commandment;
     }
 }
コード例 #3
0
 internal void ControlExit(int cmd)
 {
     global::Controller.Commandment commandment = this.commandment;
     this.commandment = new global::Controller.Commandment((cmd & 32767) | 131072);
     try
     {
         this.OnControlExit();
     }
     finally
     {
         this.commandment = commandment;
     }
 }