예제 #1
0
파일: BaseController.cs 프로젝트: urish/M3D
 protected bool WriteToSerial(byte[] command)
 {
     return(base_printer.WriteToSerial(command));
 }