Пример #1
0
 /// <summary>
 /// Raise a ErrorEvent
 /// </summary>
 /// <param name="e">
 /// The log error args
 /// </param>
 public void OnLogErrorEvent(LogErrorEventArgs e)
 {
     if (this.LogErrorEvent != null)
     {
         this.LogErrorEvent(this, e);
     }
 }
Пример #2
0
 /// <summary>
 /// Raise a ErrorEvent
 /// </summary>
 /// <param name="e">
 /// The log error args
 /// </param>
 public void OnLogErrorEvent(LogErrorEventArgs e)
 {
     if (this.LogErrorEvent != null)
     {
         this.LogErrorEvent(this, e);
     }
 }