using System; using Microsoft.SharePoint; using Microsoft.SharePoint.WebControls; namespace Taloyhtio.GeneralApi.MOSS { public partial class Start : LayoutsPageBase { protected void Page_Load(object sender, EventArgs e) { } } }