link中如何实现双表对查功能,如果使用listbox和combox可以做?
listbox.Items.Cast<String()>.Where(x => x == comboBox.SelectedItem.Text);