using Common; using Model; using System; using System.Web; using System.Web.Profile; using System.Web.SessionState; public partial class _GwDm : PageBase, IRequiresSessionState { protected void Page_Load(object sender, EventArgs e) { this.CheckRight("401", FailedOperation.ErrorMsgOnly); } }