예제 #1
0
 private void cb_kod_sub_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (cb_kod_sub.Text != string.Empty)
     {
         l_sub.Text = SpravochnikUtil.GetSubWithKode(cb_kod_sub.Text);
     }
 }