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