Taylohtio/GeneralApi/GeneralApi.MOSS/Layouts/Taloyhtio/MDb/Start.aspx.cs

14 lines
268 B
C#

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)
{
}
}
}