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