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