Exemplo n.º 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            MH_ExportKhachHang exportKhachHang = new MH_ExportKhachHang();

            ShowUserControl.showControl(exportKhachHang, MHContent);
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            MH_ImportPhong imp = new MH_ImportPhong();

            ShowUserControl.showControl(imp, MHContent);
        }
Exemplo n.º 3
0
        private void button5_Click(object sender, EventArgs e)
        {
            MH_ImportKhachHang import = new MH_ImportKhachHang();

            ShowUserControl.showControl(import, MHContent);
        }
Exemplo n.º 4
0
        private void TimPhong_Click(object sender, EventArgs e)
        {
            Tra_Cuu TraCuu = new Tra_Cuu();

            ShowUserControl.showControl(TraCuu, MHContent);
        }
Exemplo n.º 5
0
        private void DanhMucPhong_Click(object sender, EventArgs e)
        {
            Lap_Danh_Muc_Phong lapDanhMucSachPhong = new Lap_Danh_Muc_Phong();

            ShowUserControl.showControl(lapDanhMucSachPhong, MHContent);
        }
Exemplo n.º 6
0
        private void ThayDoiQuyDinh_Click(object sender, EventArgs e)
        {
            Thay_Doi_Quy_Dinh ThayDoiQuyDinh = new Thay_Doi_Quy_Dinh();

            ShowUserControl.showControl(ThayDoiQuyDinh, MHContent);
        }
Exemplo n.º 7
0
        private void button1_Click(object sender, EventArgs e)
        {
            Report_MatDo reportMD = new Report_MatDo();

            ShowUserControl.showControl(reportMD, MHContent);
        }
Exemplo n.º 8
0
        private void LapHoaDonThanhToan_Click(object sender, EventArgs e)
        {
            Lap_Hoa_Don lapHoaDon = new Lap_Hoa_Don();

            ShowUserControl.showControl(lapHoaDon, MHContent);
        }
Exemplo n.º 9
0
        private void LapBaoCaoThang_Click(object sender, EventArgs e)
        {
            Bao_Cao_Danh_Thu_Theo_Loai_Phong doanhThu = new Bao_Cao_Danh_Thu_Theo_Loai_Phong();

            ShowUserControl.showControl(doanhThu, MHContent);
        }
Exemplo n.º 10
0
        private void LapPhieuThuePhong_Click(object sender, EventArgs e)
        {
            Lap_Phieu_Thue_Phong lapPhieuThuePhong = new Lap_Phieu_Thue_Phong();

            ShowUserControl.showControl(lapPhieuThuePhong, MHContent);
        }
Exemplo n.º 11
0
        private void DanhSachPhong_Click(object sender, EventArgs e)
        {
            Danh_Sach_Phong dsPhong = new Danh_Sach_Phong();

            ShowUserControl.showControl(dsPhong, MHContent);
        }
Exemplo n.º 12
0
        private void button6_Click(object sender, EventArgs e)
        {
            MH_Restore mH_Restore = new MH_Restore();

            ShowUserControl.showControl(mH_Restore, MHContent);
        }
Exemplo n.º 13
0
        private void button8_Click(object sender, EventArgs e)
        {
            Backup backup = new Backup();

            ShowUserControl.showControl(backup, MHContent);
        }
Exemplo n.º 14
0
        private void button7_Click(object sender, EventArgs e)
        {
            MH_BaoCao baoCao = new MH_BaoCao();

            ShowUserControl.showControl(baoCao, MHContent);
        }