private void BrcaLabel_Click(object sender, EventArgs e) { RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs(); e2.id = relId; OnEventName(e2); }
private void testingWillingnessComboBox_MouseClick(object sender, MouseEventArgs e) { RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs(); e2.id = relId; OnEventName(e2); }
private void RelativeRow_MouseClick(object sender, MouseEventArgs e) { RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs(); e2.id = relId; OnEventName(e2); }
private void RelationshipLabel_Click(object sender, EventArgs e) { RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs(); e2.id = relId; OnEventName(e2); }
protected virtual void OnEventName(RelativeRowClickEventArgs e) { SessionManager.Instance.SetActiveRelative(parentView, SessionManager.Instance.GetActivePatient().FHx.getRelative(e.id)); }