コード例 #1
0
 protected virtual void DccChatSentLineEvent(DccChatEventArgs e)
 {
     if (OnDccChatSentLineEvent != null)
     {
         OnDccChatSentLineEvent(this, e);
     }
     Irc.DccChatSentLineEvent(e);
 }
コード例 #2
0
 protected virtual void DccChatSentLineEvent(DccChatEventArgs e)
 {
     OnDccChatSentLineEvent?.Invoke(this, e); Irc.DccChatSentLineEvent(e);
 }