Files
NKC/NKC_WF/site/TestAuth.aspx.cs
T
2020-01-10 14:42:59 +01:00

17 lines
299 B
C#

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