コード例 #1
0
ファイル: BaseController.cs プロジェクト: urish/M3D
 protected bool WriteToSerial(byte[] command)
 {
     return(base_printer.WriteToSerial(command));
 }