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); }