winform ComboBox控件反选:
int index = comboBox1.FindString(textBox2.Text);
comboBox1.SelectedIndex = index;
04-29 22:45