Don’t forget the ()
when you cast:
Tuple<string, string> selectedTuple =
(Tuple<string, string>)comboBox1.SelectedItem;
Don’t forget the ()
when you cast:
Tuple<string, string> selectedTuple =
(Tuple<string, string>)comboBox1.SelectedItem;