Beispiel #1
0
 private void CButtonRobotExecPause_Click(object sender, EventArgs e)
 {
     if (m_ManualRobot.IsConnected())
     {
         m_ManualRobot.PauseProgram();
     }
 }