代码修改后的版本,全部提交
This commit is contained in:
17
Mtxfw.shop/_Admin/Index.aspx.cs
Normal file
17
Mtxfw.shop/_Admin/Index.aspx.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace Mtxfw.shop._admin
|
||||
{
|
||||
public partial class Index : Mtxfw.Utility.AdminPage
|
||||
{
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
base.OnLoad(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user