Example #1
0
 public bool ControlLeftLed(bool status)
 {
     return(ControlCom.LeftLamp(status));
 }