Files
GPW/GPW/unauthorized.aspx.cs
T
2016-11-09 16:10:49 +01:00

17 lines
316 B
C#

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