summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina.Web.UI/Site.Master.cs
blob: a4ab4ddaf0663f82fb4415ede8818b89e39bc4d4 (plain)
1
2
3
4
5
6
7
8
using System;
using System.Web.UI;

namespace Marina.Web.UI {
	public partial class Site : MasterPage {
		protected void Page_Load( object sender, EventArgs e ) {}
	}
}