Ejemplo n.º 1
0
 // Methods
 public virtual void OnConditionChanging(ConditionChangedEventArgs e)
 {
     if (conditionChangingEvent != null)
     {
         conditionChangingEvent(this, e);
     }
 }
Ejemplo n.º 2
0
 // Methods
 public virtual void OnConditionChanging(ConditionChangedEventArgs e)
 {
     if (conditionChangingEvent != null)
         conditionChangingEvent(this, e);
 }