Beispiel #1
0
 protected void BroadcastErrorOccuredDownloadingChatLogEvent(string message)
 {
     Fetching.RechatTool.EventHandlers.ErrorOccuredDownloadingChatLogEventArgs e = new Fetching.RechatTool.EventHandlers.ErrorOccuredDownloadingChatLogEventArgs();
     e.Message = message;
     OnErrorOccuredDownloadingChatLog(this, e);
 }
Beispiel #2
0
 protected virtual void OnErrorOccuredDownloadingChatLog(object sender, Fetching.RechatTool.EventHandlers.ErrorOccuredDownloadingChatLogEventArgs e)
 {
     ErrorOccuredDownloadingChatLog?.Invoke(this, e);
 }