Exemple #1
0
 protected virtual void DccSendStartEvent(DccEventArgs e)
 {
     OnDccSendStartEvent?.Invoke(this, e); Irc.DccSendStartEvent(e);
 }
Exemple #2
0
 protected virtual void DccChatRequestEvent(DccEventArgs e)
 {
     OnDccChatRequestEvent?.Invoke(this, e); Irc.DccChatRequestEvent(e);
 }
 public void DccChatRequestEvent(DccEventArgs e) => OnDccChatRequestEvent?.Invoke(this, e);
 public void DccSendStartEvent(DccEventArgs e) => OnDccSendStartEvent?.Invoke(this, e);
 public void DccChatStopEvent(DccEventArgs e) => OnDccChatStopEvent?.Invoke(this, e);