Exemplo n.º 1
0
 /*
  * PreCondition:none
  * PostCondition: recharges the battery of robot
  */
 public void Recharge()
 {
     robotObj.Recharge();
 }