private void Button1_Click(object sender, EventArgs e) { Serial = new SerialServer(comboBox1.SelectedItem.ToString()); }