Exemplo n.º 1
0
 protected virtual void DccSendReceiveBlockEvent(DccSendEventArgs e)
 {
     if (OnDccSendReceiveBlockEvent != null)
     {
         OnDccSendReceiveBlockEvent(this, e);
     }
     Irc.DccSendReceiveBlockEvent(e);
 }
Exemplo n.º 2
0
 protected virtual void DccSendReceiveBlockEvent(DccSendEventArgs e)
 {
     OnDccSendReceiveBlockEvent?.Invoke(this, e); Irc.DccSendReceiveBlockEvent(e);
 }