예제 #1
0
 public IeRegulatingStepCommand(StepCommandState commandState, int qualifier, bool select)
     : base(qualifier, select)
 {
     Value |= (int) commandState;
 }
예제 #2
0
 public IeRegulatingStepCommand(StepCommandState commandState, int qualifier, bool select)
     : base(qualifier, select)
 {
     Value |= (int)commandState;
 }