Пример #1
0
        private void btnqlncc_Click(object sender, EventArgs e)
        {
            UC_NCC uc_ncc = new UC_NCC();

            Kho_MainClass.showControl(uc_ncc, Content);
        }
Пример #2
0
        private void btnqlnhanvien_Click(object sender, EventArgs e)
        {
            UC_NhanVien uc_nv = new UC_NhanVien();

            Kho_MainClass.showControl(uc_nv, Content);
        }
Пример #3
0
        private void btnkiemkekho_Click(object sender, EventArgs e)
        {
            UC_KiemKe uc_kk = new UC_KiemKe();

            Kho_MainClass.showControl(uc_kk, Content);
        }
Пример #4
0
        private void btnxuatkho_Click(object sender, EventArgs e)
        {
            UC_PhieuXuat uc_px = new UC_PhieuXuat();

            Kho_MainClass.showControl(uc_px, Content);
        }
Пример #5
0
        private void btnnhapkho_Click(object sender, EventArgs e)
        {
            UC_PhieuNhap uc_pn = new UC_PhieuNhap();

            Kho_MainClass.showControl(uc_pn, Content);
        }
Пример #6
0
        private void QL_Kho_Load(object sender, EventArgs e)
        {
            UC_PhieuNhap uc_pn = new UC_PhieuNhap();

            Kho_MainClass.showControl(uc_pn, Content);
        }