Beispiel #1
0
        private void btnnhapkho_Click(object sender, EventArgs e)
        {
            UC_PhieuNhap uc_pn = new UC_PhieuNhap();

            Kho_MainClass.showControl(uc_pn, Content);
        }
Beispiel #2
0
        private void QL_Kho_Load(object sender, EventArgs e)
        {
            UC_PhieuNhap uc_pn = new UC_PhieuNhap();

            Kho_MainClass.showControl(uc_pn, Content);
        }