init: 山西治金技师学院MES管理系统首次入库
This commit is contained in:
22
submit/MESCommonBase04.ashx
Normal file
22
submit/MESCommonBase04.ashx
Normal file
@@ -0,0 +1,22 @@
|
||||
<%@ WebHandler Language="C#" Class="MESCommonBase04" %>
|
||||
|
||||
using System.Web;
|
||||
|
||||
public class MESCommonBase04 : IHttpHandler
|
||||
{
|
||||
|
||||
public bool IsReusable
|
||||
{
|
||||
get
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
public void ProcessRequest(HttpContext context)
|
||||
{
|
||||
string connType = "04";
|
||||
//ProcessRequestHttpContext.ProcessRequestServer.ProcessRequestHttpContext(connType, context);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user