DtCms.Web.Top.ascx.cs

using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Configuration;

namespace DtCms.Web
{
    public partial class Top : System.Web.UI.UserControl
    {
        protected internal DtCms.Model.WebSet webset;
        protected void Page_Load(object sender, EventArgs e)
        {
            webset = new DtCms.BLL.WebSet().loadConfig(Server.MapPath(ConfigurationManager.AppSettings["Configpath"].ToString()));
        }
    }
}

posted on 2011-04-27 09:33  xiyang120  阅读(179)  评论(0)    收藏  举报

导航