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