// 콤보박스 선택
object method = box_method.SelectedItem;

// get을 선택했을 때
if (method.ToString() == "GET")
MessageBox.Show("GET");

Posted by wooga