示例#1
0
文件: Global.cs 项目: kimduquan/DMIS
 protected void Application_EndRequest(object sender, EventArgs e)
 {
     DMISGlobal.ApplicationEndRequestHandler(sender, e, this);
 }
示例#2
0
文件: Global.cs 项目: kimduquan/DMIS
 protected void Application_Start(object sender, EventArgs e)
 {
     BuildManager.GetReferencedAssemblies();
     DMISGlobal.ApplicationStartHandler(sender, e, this);
 }
示例#3
0
文件: Global.cs 项目: kimduquan/DMIS
 protected void Application_Error(object sender, EventArgs e)
 {
     DMISGlobal.ApplicationErrorHandler(sender, e, this);
 }