WinForms Combobox obtiene texto seleccionado
string status = "The status of my combobox is " + comboBoxTest.Text;
Darker
string status = "The status of my combobox is " + comboBoxTest.Text;