protected void Page_PreInit(object sender, EventArgs e) { c = new AccountCommonOfBackend(this.Context, this.ViewState); c.InitialLoggerOfUI(this.GetType()); empAuth = new EmployeeAuthorityLogic(c); empAuth.InitialAuthorizationResultOfSubPages(); }
protected void Page_PreInit(object sender, EventArgs e) { c = new AccountCommonOfBackend(this.Context, this.ViewState); c.InitialLoggerOfUI(this.GetType()); c.SelectMenuItemToThisPage(); empAuth = new EmployeeAuthorityLogic(c); empAuth.InitialAuthorizationResultOfTopPage(); hud = Master.GetHeadUpDisplay(); isBackendPage = true; }