laatzen/LaaProductionWeb/LaaProductionVFM/Layout.master.cs
2024-04-05 09:52:44 +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)
{
}
}
}