Esempio n. 1
0
        private void buttonMoveStop_Click(object sender, EventArgs e)
        {
            if (Platform == null)
            {
                return;
            }

            Platform.Stop();
        }
 private void buttonAxisStopAll_Click(object sender, EventArgs e)
 {
     _platform.Stop();
 }