コード例 #1
0
ファイル: AxisController.cs プロジェクト: licanwen/op
 public bool IsReady(short axisNo)
 {
     return(ApsController.IsReady(axisNo));
 }