Ejemplo n.º 1
0
        private void mnuQuanLy_Thuoc_Click(object sender, EventArgs e)
        {
            Form frm = new frmDonThuoc();

            frm.ShowDialog();
        }
Ejemplo n.º 2
0
        private void btn_donthuoc_Click(object sender, EventArgs e)
        {
            frmDonThuoc fr = new frmDonThuoc(Convert.ToInt32(txtMaPhieu.Text.Trim()), idNV);

            fr.ShowDialog();
        }