Example #1
0
        private void btnHuy_Click(object sender, EventArgs e)
        {
            Hide();
            QuanLyPhieuXuat qlpx = new QuanLyPhieuXuat(NVDangNhap);

            qlpx.ShowDialog();
            this.Close();
        }
Example #2
0
        private void btnPhieuxuat_Click(object sender, EventArgs e)
        {
            this.Hide();
            QuanLyPhieuXuat qlPhieuXuat = new QuanLyPhieuXuat(NVDangNhap);

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