Beispiel #1
0
 protected virtual void DccSendSentBlockEvent(DccSendEventArgs e)
 {
     if (OnDccSendSentBlockEvent != null)
     {
         OnDccSendSentBlockEvent(this, e);
     }
     Irc.DccSendSentBlockEvent(e);
 }
 protected virtual void DccSendSentBlockEvent(DccSendEventArgs e)
 {
     OnDccSendSentBlockEvent?.Invoke(this, e); Irc.DccSendSentBlockEvent(e);
 }