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

13 lines
209 B
C#

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