15 lines
258 B
C#
15 lines
258 B
C#
using System;
|
|
|
|
namespace GPW_Admin
|
|
{
|
|
public partial class Test : System.Web.UI.Page
|
|
{
|
|
#region Protected Methods
|
|
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
}
|
|
|
|
#endregion Protected Methods
|
|
}
|
|
} |