Files
g.hnyhua.cn/Mtxfw.VipSite/Admin_Member_Networkmap0.aspx.cs
2026-02-07 15:48:27 +08:00

44 lines
1.1 KiB
C#

using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;
namespace Mtxfw.VipSite
{
public partial class Admin_Member_Networkmap0 : Mtxfw.Utility.MemberBase
{
public Mtxfw.DAL.user_info daoUser = new Mtxfw.DAL.user_info();
protected static Mtxfw.Utility.Config config = new Mtxfw.Utility.Config("");
public int gtype = 0, InitID=68;
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
string hostname = Request.Url.Host;
if (gtype == 1)
{
InitID = 69;
}
else if (gtype == 2)
{
InitID = 70;
}
else if (gtype == 3)
{
InitID = 71;
}
else if (gtype == 4)
{
InitID = 72;
}
else if (gtype == 5)
{
InitID = 73;
}
Page.Title = "网络图谱 - " + GetWebName;
}
}
}