Exemple #1
0
 protected void OnCompletedForm(BsonDocument e)
 {
     FormCompleted?.Invoke(this, new CustomEventArgs(e));
 }
 /// <summary>
 /// Generates the event form completed
 /// </summary>
 /// <param name="e">Event arguments</param>
 private void OnFormCompleted(AppServerEventArgs e)
 {
     FormCompleted?.Invoke(this, e);
 }