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.PortalEngine; // Edited object [EditedObject(PortalObjectType.DEVICEPROFILE, "profileid")] public partial class CMSModules_DeviceProfile_Pages_Development_General : CMSDeviceProfilesPage { protected void Page_Load(object sender, EventArgs e) { } }