Files
laatzen/LaaProductionWeb/LaaProductionVFM/Layout.master.cs
T

14 lines
217 B
C#

namespace LaaProductionVFM
{
using System;
using System.Web.UI;
public partial class Layout : MasterPage
{
protected void Page_Load(Object sender, EventArgs e)
{
}
}
}