protected void Application_EndRequest(object sender, EventArgs e) { DMISGlobal.ApplicationEndRequestHandler(sender, e, this); }
protected void Application_Start(object sender, EventArgs e) { BuildManager.GetReferencedAssemblies(); DMISGlobal.ApplicationStartHandler(sender, e, this); }
protected void Application_Error(object sender, EventArgs e) { DMISGlobal.ApplicationErrorHandler(sender, e, this); }