Ejemplo n.º 1
0
 /// <summary>
 /// event fire function
 /// </summary>
 /// <param name="e">event passed</param>
 protected virtual void OnServerErrorFunction(OnErrorEventArgs e)
 {
     OnServerError(this, e);
 }
Ejemplo n.º 2
0
 static void Server_OnServerError(object sender, OnErrorEventArgs e)
 {
     Debug.Print(e.EventMessage);
 }