init: 潍柴发动机线 管理后端 项目首次入库
This commit is contained in:
21
submit/MESCommonBase08.ashx
Normal file
21
submit/MESCommonBase08.ashx
Normal file
@@ -0,0 +1,21 @@
|
||||
<%@ WebHandler Language="C#" Class="MESCommonBase08" %>
|
||||
|
||||
using System.Web;
|
||||
|
||||
public class MESCommonBase08 : IHttpHandler
|
||||
{
|
||||
|
||||
public bool IsReusable
|
||||
{
|
||||
get
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
public void ProcessRequest(HttpContext context)
|
||||
{
|
||||
string connType = "08";
|
||||
//ProcessRequestHttpContext.ProcessRequestServer.ProcessRequestHttpContext(connType, context);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user