private void ucFrmQLPhieuMuon_Load(object sender, EventArgs e)
 {
     gridControl1.DataSource = pmBUS.GetList();
     lb_exist.Visible        = false;
     lb_ChuaNhap.Visible     = false;
     lb_Trung.Visible        = false;
 }
Пример #2
0
 private void PhieuMuon_Load(object sender, EventArgs e)
 {
     // TODO: This line of code loads data into the 'quanLyThuVienDataSet.PHIEUMUON' table. You can move, or remove it, as needed.
     this.pHIEUMUONTableAdapter.Fill(this.quanLyThuVienDataSet.PHIEUMUON);
     // TODO: This line of code loads data into the 'quanLyThuVienDataSet.SACH' table. You can move, or remove it, as needed.
     this.sACHTableAdapter.Fill(this.quanLyThuVienDataSet.SACH);
     // TODO: This line of code loads data into the 'quanLyThuVienDataSet.DOCGIA' table. You can move, or remove it, as needed.
     this.dOCGIATableAdapter.Fill(this.quanLyThuVienDataSet.DOCGIA);
     dtgMuon.DataSource = muonBUS.GetList();
 }