コード例 #1
0
        private void btnEdit_Click(object sender, EventArgs e)
        {
            Common.Common.id = getPatientTypeId();

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

            ObjAdd.ShowDialog();
        }
コード例 #2
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            frmAddPatientType ObjAdd = new frmAddPatientType();

            ObjAdd.ShowDialog();
        }