Exemple #1
0
 /// <summary>
 ///     broadcast the logging information if someone is listening
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnReplyReady(MDPReplyEventArgs e)
 {
     ReplyReady?.Invoke(this, e);
 }
Exemple #2
0
 /// <summary>
 ///     broadcast the logging information if someone is listening
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnReplyReady(MDPReplyEventArgs e)
 {
     ReplyReady?.Invoke(this, e);
 }