using System; namespace CCFlow.WF.CCForm { /// /// JQFileUpload 的摘要说明 /// public class CCFormHeader : BP.WF.HttpHandler.HttpHandlerBase { /// /// 返回子类 /// public override Type CtrlType { get { return typeof(BP.WF.HttpHandler.WF_CCForm); } } } }