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