laatzen/LaaProductionWeb/LaaProductionVFM/Layout.master.cs
2024-07-17 13:13:41 +02:00

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