Exemplo n.º 1
0
 /*
  * PreCondition:none
  * PostCondition: rotates orientation of robot
  */
 public void Rotate()
 {
     robotObj.Rotate();
 }