예제 #1
0
 internal void HandleOnDccSendSentBlockEvent(object sender, DccSendEventArgs e)
 {
     if (OnDccSendSentBlockEvent != null)
     {
         OnDccSendSentBlockEvent(this, e);
     }
 }
 public void PluginsOnDccSendSentBlockEvent(object sender, DccSendEventArgs e)
 {
     OnDccSendSentBlockEvent(this, e);
 }