示例#1
0
 public void stopConnection()
 {
     connection.closeSerial();
     startButton.Text = "Start";
     cboPorts.Enabled = true;
 }