protected void Page_PreInit(object sender, EventArgs e) { c = new ArticleCommonOfBackend(this.Context, this.ViewState); c.InitialLoggerOfUI(this.GetType()); artPub = new ArticlePublisherLogic(c); empAuth = new EmployeeAuthorityLogic(c); empAuth.SetCustomEmployeeAuthorizationResult(artPub); empAuth.InitialAuthorizationResultOfTopPage(); }
protected void Page_PreInit(object sender, EventArgs e) { c = new DepartmentCommonOfBackend(this.Context, this.ViewState); c.InitialLoggerOfUI(this.GetType()); c.SelectMenuItemToThisPage(); empAuth = new EmployeeAuthorityLogic(c); empAuth.InitialAuthorizationResultOfTopPage(); hud = Master.GetHeadUpDisplay(); isBackendPage = true; }
protected void Page_PreInit(object sender, EventArgs e) { c = new OperationCommonOfBackend(this.Context, this.ViewState); c.InitialLoggerOfUI(this.GetType()); c.SelectMenuItem(c.qsId.ToString(), ""); empAuth = new EmployeeAuthorityLogic(c); empAuth.InitialAuthorizationResultOfTopPage(); hud = Master.GetHeadUpDisplay(); isBackendPage = true; if (c.seCultureNameOfBackend == "en") { useEnglishSubject = true; } }