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