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