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.
25 lines
512 B
Plaintext
25 lines
512 B
Plaintext
|
|
namespace BP.WF.HttpHandler
|
|
{
|
|
/// <summary>
|
|
/// 页面功能实体
|
|
/// </summary>
|
|
public class WF_Admin_FoolFormDesigner_Components : BP.WF.HttpHandler.DirectoryPageBase
|
|
{
|
|
/// <summary>
|
|
/// 构造函数
|
|
/// </summary>
|
|
public WF_Admin_FoolFormDesigner_Components()
|
|
{
|
|
}
|
|
|
|
#region 界面 .
|
|
public string AccepterRole_ClearStartFlowsCache()
|
|
{
|
|
return null;
|
|
}
|
|
#endregion 界面方法.
|
|
|
|
}
|
|
}
|