Ejemplo n.º 1
0
 protected virtual void DccSendStartEvent(DccEventArgs e)
 {
     OnDccSendStartEvent?.Invoke(this, e); Irc.DccSendStartEvent(e);
 }
Ejemplo n.º 2
0
 public void DccSendStartEvent(DccEventArgs e) => OnDccSendStartEvent?.Invoke(this, e);