private void ucFrmQLPhieuTra_Load(object sender, EventArgs e) { gridControl1.DataSource = ptBUS.GetList(); lb_exist.Visible = false; lb_ChuaNhap.Visible = false; lb_Trung.Visible = false; }
private void PhieuTra_Load(object sender, EventArgs e) { // TODO: This line of code loads data into the 'quanLyThuVienDataSet.PHIEUTRA' table. You can move, or remove it, as needed. this.pHIEUTRATableAdapter.Fill(this.quanLyThuVienDataSet.PHIEUTRA); // 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); // 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); dtgTra.DataSource = traBUS.GetList(); }