15 lines
257 B
C#
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
|
|
}
|
|
} |