public DanhSachGiangDay()
 {
     InitializeComponent();
     dataGridViewDS_HS.DataSource = GiangDayBUS.LoadGiangDay();
     comboBoxLop.DataSource       = GiangDayBUS.GetDanhSachLop();
     comboBoxGiaoVien.DataSource  = GiangDayBUS.GetDanhSachGiaoVien();
     textBoxTongSo.Text           = DataProvider.Instance.ExecuteScalar("select count(*) tongso from GIANGDAY").ToString();
 }
 private void FormTMGD_FormClosed(object sender, FormClosedEventArgs e)
 {
     this.Show();
     dataGridViewDS_HS.DataSource = GiangDayBUS.LoadGiangDay();
     textBoxTongSo.Text           = DataProvider.Instance.ExecuteScalar("select count(*) tongso from GIANGDAY").ToString();
 }
 private void FormTTGD_FormClosed(object sender, FormClosedEventArgs e)
 {
     this.Show();
     dataGridViewDS_HS.DataSource = GiangDayBUS.LoadGiangDay();
 }