private void btnEdit_Click(object sender, EventArgs e) { Common.Common.id = getPatientTypeId(); frmAddPatientType ObjAdd = new frmAddPatientType(Common.Common.id); ObjAdd.ShowDialog(); }
private void btnAdd_Click(object sender, EventArgs e) { frmAddPatientType ObjAdd = new frmAddPatientType(); ObjAdd.ShowDialog(); }