Files
OnDoc/API_DocGen_Tester/Contact.aspx.cs
Stefan Hutter 2d1525575b Update 20260123
2026-01-23 08:09:23 +01:00

17 lines
308 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace API_DocGen_Tester
{
public partial class Contact : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}