private void btnqlncc_Click(object sender, EventArgs e) { UC_NCC uc_ncc = new UC_NCC(); Kho_MainClass.showControl(uc_ncc, Content); }
private void btnqlnhanvien_Click(object sender, EventArgs e) { UC_NhanVien uc_nv = new UC_NhanVien(); Kho_MainClass.showControl(uc_nv, Content); }
private void btnkiemkekho_Click(object sender, EventArgs e) { UC_KiemKe uc_kk = new UC_KiemKe(); Kho_MainClass.showControl(uc_kk, Content); }
private void btnxuatkho_Click(object sender, EventArgs e) { UC_PhieuXuat uc_px = new UC_PhieuXuat(); Kho_MainClass.showControl(uc_px, Content); }
private void btnnhapkho_Click(object sender, EventArgs e) { UC_PhieuNhap uc_pn = new UC_PhieuNhap(); Kho_MainClass.showControl(uc_pn, Content); }
private void QL_Kho_Load(object sender, EventArgs e) { UC_PhieuNhap uc_pn = new UC_PhieuNhap(); Kho_MainClass.showControl(uc_pn, Content); }