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