Exemplo n.º 1
0
        private void btnMaPhieuNhan_Click(object sender, EventArgs e)
        {
            frmPhieuNhanPhong pn = new frmPhieuNhanPhong();

            pn.ShowDialog();
            pnctrl.HienthiComboBoxMaPhieuNhan(cmbMaCTNhanPhong);
        }
Exemplo n.º 2
0
        private void btnTimMaNPhong_Click(object sender, EventArgs e)
        {
            frmPhieuNhanPhong dsnp = new frmPhieuNhanPhong();

            dsnp.ShowDialog();
        }