using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using CMS.UIControls; using CMS.FormEngine; // Edited object [EditedObject(FormObjectType.BIZFORM, "formId")] public partial class CMSModules_BizForms_Tools_BizForm_Edit_Data : CMSBizFormPage { protected void Page_Load(object sender, EventArgs e) { } }