Files
Umbraco-CMS/umbraco/presentation/install/steps/chooseStarterKit.ascx.cs
T
2010-09-07 13:09:54 +00:00

17 lines
371 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace umbraco.presentation.install.steps
{
public partial class chooseStarterKit : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}