Example #1
0
        private void btnPhieunhap_Click(object sender, EventArgs e)
        {
            this.Hide();
            QuanLyPhieuNhap qlPhieuNhap = new QuanLyPhieuNhap(NVDangNhap);

            qlPhieuNhap.ShowDialog();
            this.Close();
        }
Example #2
0
        private void btnHuy_Click(object sender, EventArgs e)
        {
            ResetThemMoiPhieuNhap();
            Hide();
            QuanLyPhieuNhap qlpn = new QuanLyPhieuNhap(NVDangNhap);

            qlpn.ShowDialog();
            this.Close();
        }