Files
GPW/GPW_Admin/unauthorized.aspx.cs
2022-02-03 07:32:10 +01:00

15 lines
257 B
C#

using System;
namespace GPW_Admin
{
public partial class unauthorized1 : BasePage
{
#region Protected Methods
protected void Page_Load(object sender, EventArgs e)
{
}
#endregion Protected Methods
}
}