Beispiel #1
0
 protected virtual void DccSendReceiveBlockEvent(DccSendEventArgs e)
 {
     OnDccSendReceiveBlockEvent?.Invoke(this, e); Irc.DccSendReceiveBlockEvent(e);
 }
 public void DccSendReceiveBlockEvent(DccSendEventArgs e) => OnDccSendReceiveBlockEvent?.Invoke(this, e);