Files
QW2021/Contact.aspx.cs
2021-04-20 07:16:22 +02:00

17 lines
298 B
C#

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