Ejemplo n.º 1
0
 private void btn_GetLineDk_Click(object sender, EventArgs e)
 {
     if (robotAgent != null)
     {
         if (robotAgent.robotInfo.alive)
         {
             robotAgent.processFinishStates(CommandSetsToRobotAgent.STATE_FINISH_GOTO_CHECKINDOCKING);
         }
     }
 }