Ejemplo n.º 1
0
 private void LaySVML()
 {
     cboMaLopTruong.DataSource    = bll.LaySV(txtMaLop.Text.Trim());
     cboMaLopTruong.DisplayMember = "maSV";
     cboMaLopTruong.ValueMember   = "maSV";
 }