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