Ejemplo n.º 1
0
        private void BrcaLabel_Click(object sender, EventArgs e)
        {
            RelativeRowClickEventArgs e2 = new RelativeRowClickEventArgs();

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

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

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