Exemplo n.º 1
0
 protected void Application_EndRequest(object sender, EventArgs e)
 {
     DMISGlobal.ApplicationEndRequestHandler(sender, e, this);
 }
Exemplo n.º 2
0
 protected void Application_Start(object sender, EventArgs e)
 {
     BuildManager.GetReferencedAssemblies();
     DMISGlobal.ApplicationStartHandler(sender, e, this);
 }
Exemplo n.º 3
0
 protected void Application_Error(object sender, EventArgs e)
 {
     DMISGlobal.ApplicationErrorHandler(sender, e, this);
 }