예제 #1
0
 public void DccSendReceiveBlockEvent(DccSendEventArgs e)
 {
     if (OnDccSendReceiveBlockEvent != null)
     {
         OnDccSendReceiveBlockEvent(this, e);
     }
 }
예제 #2
0
 internal void DccSendSentBlockEvent(DccSendEventArgs e)
 {
     if (OnDccSendSentBlockEvent != null)
     {
         OnDccSendSentBlockEvent(this, e);
     }
 }
예제 #3
0
 protected virtual void DccSendSentBlockEvent(DccSendEventArgs e)
 {
     if (OnDccSendSentBlockEvent != null)
     {
         OnDccSendSentBlockEvent(this, e);
     }
     Irc.DccSendSentBlockEvent(e);
 }
예제 #4
0
 protected virtual void DccSendSentBlockEvent(DccSendEventArgs e)
 {
     if (OnDccSendSentBlockEvent!=null) {OnDccSendSentBlockEvent(this, e); }
     Irc.DccSendSentBlockEvent(e);
 }
예제 #5
0
 protected virtual void DccSendSentBlockEvent(DccSendEventArgs e)
 {
     OnDccSendSentBlockEvent?.Invoke(this, e); Irc.DccSendSentBlockEvent(e);
 }
예제 #6
0
 internal void DccSendSentBlockEvent(DccSendEventArgs e)
 {
     if (OnDccSendSentBlockEvent!=null) {OnDccSendSentBlockEvent(this, e); }
 }
예제 #7
0
 public void DccSendReceiveBlockEvent(DccSendEventArgs e)
 {
     if (OnDccSendReceiveBlockEvent!=null) {OnDccSendReceiveBlockEvent(this, e); }
 }
예제 #8
0
 internal void DccSendSentBlockEvent(DccSendEventArgs e) => OnDccSendSentBlockEvent?.Invoke(this, e);
예제 #9
0
 public void DccSendReceiveBlockEvent(DccSendEventArgs e) => OnDccSendReceiveBlockEvent?.Invoke(this, e);