Exemplo n.º 1
0
 private void NotificationReceived(ExchangeEventArgs e)
 {
     if (ExchangeEvent != null)
     {
         ExchangeEvent(this, e);
     }
 }
Exemplo n.º 2
0
 protected virtual void onSelected(ExchangeEventArgs e)
 {
     if (null != this.ExchangeEvent)
     {
         ExchangeEvent(this, e);
     }
 }
Exemplo n.º 3
0
 protected virtual void onSelected(ExchangeEventArgs e)
 {
     if (null != this.ExchangeEvent) {
         ExchangeEvent(this,e);
     }
 }