Ejemplo n.º 1
0
 private void restart_button_Click(object sender, EventArgs e)
 {
     send_data[0] = restart;
     threadUDPSend.Resume();
     ConnectButton.Text = "连接";
     PictureDataBox.AppendText("restart\r\n");
 }
Ejemplo n.º 2
0
 private void button5_Click(object sender, EventArgs e)
 {
     control_data[0] = standd;
     threadUDPSend2.Resume();
     PictureDataBox.AppendText("stand\r\n");
 }
Ejemplo n.º 3
0
 private void button4_Click(object sender, EventArgs e)
 {
     control_data[0] = rightt;
     threadUDPSend2.Resume();
     PictureDataBox.AppendText("right\r\n");
 }