using System;
using CMS.UIControls;
[UIElement("CMS", "MyProfile.Subscriptions")]
public partial class CMSModules_MyDesk_MyProfile_MyProfile_Subscriptions : CMSContentManagementPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}