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.
23 lines
434 B
Plaintext
23 lines
434 B
Plaintext
11 months ago
|
using System;
|
||
|
|
||
|
|
||
|
|
||
|
namespace CCFlow.WF.CCForm
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// JQFileUpload 的摘要说明
|
||
|
/// </summary>
|
||
|
public class CCFormHeader : BP.WF.HttpHandler.HttpHandlerBase
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// 返回子类
|
||
|
/// </summary>
|
||
|
public override Type CtrlType
|
||
|
{
|
||
|
get
|
||
|
{
|
||
|
return typeof(BP.WF.HttpHandler.WF_CCForm);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|