Beispiel #1
0
 protected virtual void DccChatStartEvent(DccEventArgs e)
 {
     if (OnDccChatStartEvent != null)
     {
         OnDccChatStartEvent(this, e);
     }
     Irc.DccChatStartEvent(e);
 }
 protected virtual void DccChatStartEvent(DccEventArgs e)
 {
     OnDccChatStartEvent?.Invoke(this, e); Irc.DccChatStartEvent(e);
 }