You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
599 B
Plaintext
30 lines
599 B
Plaintext
using System;
|
|
using System.IO;
|
|
using System.Collections.Generic;
|
|
using System.Collections;
|
|
using System.Data;
|
|
using System.Web;
|
|
using BP.WF;
|
|
using BP.Web;
|
|
using BP.Sys;
|
|
using BP.DA;
|
|
using BP.En;
|
|
using BP.WF.Template;
|
|
using BP.CCBill;
|
|
|
|
namespace BP.Cloud.HttpHandler
|
|
{
|
|
public class Admin_CCFormDesigner_SysEnum : BP.WF.HttpHandler.DirectoryPageBase
|
|
{
|
|
#region 执行父类的重写方法.
|
|
/// <summary>
|
|
/// 构造函数
|
|
/// </summary>
|
|
public Admin_CCFormDesigner_SysEnum()
|
|
{
|
|
}
|
|
#endregion 执行父类的重写方法.
|
|
|
|
}
|
|
}
|