コード例 #1
0
ファイル: SubRobot.cs プロジェクト: shaunleeyx/temp
 /*
  * PreCondition:
  * PostCondition: moves row of robot up by 1
  */
 public void Right()
 {
     robotObj.Right();
     Check();
 }