Esempio n. 1
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            ClientResourceHelper.RegisterSelect2(Page);

            if (panelGeneralSettings != null)
            {
                panelGeneralSettings.Visible = SecurityContext.CanManageModule();
            }
        }
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            ClientResourceHelper.RegisterSelect2(Page);
        }