Пример #1
0
 private void txtMaMH_TextChanged(object sender, EventArgs e)
 {
     cbbMonHoc.Text = busDien.GetTenMH(txtMaMH.Text);
 }