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); }