Esempio n. 1
0
 public void LoadDB()
 {
     dgvHocSinh.DataSource = HSBUS.GetList();
     HocSinhBUS.Instance.GetTenLop(cmbLopHoc);
 }