Ejemplo n.º 1
0
        private void btnEdit_Click(object sender, EventArgs e)
        {
            Common.Common.id = getDoctorId();

            frmAddDoctor ObjAdd = new frmAddDoctor(Common.Common.id);

            ObjAdd.ShowDialog();
        }
Ejemplo n.º 2
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            frmAddDoctor ObjAdd = new frmAddDoctor();

            ObjAdd.ShowDialog();
        }