Ejemplo n.º 1
0
 protected virtual void OnSelectionChanged(EncountersSelectionChangedEventArgs e)
 {
     if (this.SelectionChanged != null)
     {
         this.SelectionChanged(this, e);
     }
 }
 protected virtual void OnSelectionChanged(EncountersSelectionChangedEventArgs e)
 {
     if (this.SelectionChanged != null) {
         this.SelectionChanged(this, e);
     }
 }