22 lines
479 B
C#
22 lines
479 B
C#
using System;
|
||
using MesServerWork;
|
||
using bizFacade;
|
||
//using SystemFramework;
|
||
|
||
namespace MesServerFunctions
|
||
{
|
||
partial class Functions_BASE_22
|
||
{
|
||
/// <summary>
|
||
/// 处理WEB页面发送过来的请求(m_Command + "|" + m_Value;)
|
||
/// </summary>
|
||
/// <param name="OpName"></param>
|
||
/// <param name="Content"></param>
|
||
private void WebSubmit(object e)
|
||
{
|
||
MIS_BASE.WebSubmit(e);
|
||
|
||
}
|
||
}
|
||
}
|