Exemplo n.º 1
0
 /*
  * PreCondition:none
  * PostCondition: moves column of robot up by 1
  */
 public void Forward()
 {
     robotObj.Forward();
     Check();
 }