コード例 #1
0
 public CalibrationPointStartRequest(int x, int y)
     : base(Protocol.CATEGORY_CALIBRATION, Protocol.CALIBRATION_REQUEST_POINTSTART)
 {
     Values = new CalibrationPointStartRequestValues(x, y);
 }
コード例 #2
0
 public CalibrationPointStartRequest(int x, int y)
     : base(Protocol.CATEGORY_CALIBRATION, Protocol.CALIBRATION_REQUEST_POINTSTART)
 {
     Values = new CalibrationPointStartRequestValues(x, y);
 }