Example #1
0
        private void BrcaLabel_Click(object sender, EventArgs e)
        {
            RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs();

            e2.id = relId;
            OnEventName(e2);
        }
Example #2
0
        private void testingWillingnessComboBox_MouseClick(object sender, MouseEventArgs e)
        {
            RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs();

            e2.id = relId;
            OnEventName(e2);
        }
Example #3
0
        private void RelativeRow_MouseClick(object sender, MouseEventArgs e)
        {
            RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs();

            e2.id = relId;
            OnEventName(e2);
        }
Example #4
0
 private void testingWillingnessComboBox_MouseClick(object sender, MouseEventArgs e)
 {
     RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs();
     e2.id = relId;
     OnEventName(e2);
 }
Example #5
0
 private void RelativeRow_MouseClick(object sender, MouseEventArgs e)
 {
     RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs();
     e2.id = relId;
     OnEventName(e2);
 }
Example #6
0
 private void RelationshipLabel_Click(object sender, EventArgs e)
 {
     RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs();
     e2.id = relId;
     OnEventName(e2);
 }
Example #7
0
 protected virtual void OnEventName(RelativeRowClickEventArgs e)
 {
     SessionManager.Instance.SetActiveRelative(parentView, SessionManager.Instance.GetActivePatient().FHx.getRelative(e.id));
 }
Example #8
0
 protected virtual void OnEventName(RelativeRowClickEventArgs e)
 {
     SessionManager.Instance.SetActiveRelative(parentView, SessionManager.Instance.GetActivePatient().FHx.getRelative(e.id));
 }