Пример #1
0
        /// <summary>
        /// Raises the System.Web.UI.Control.Load event.
        /// </summary>
        /// <param name="e">The System.EventArgs object that contains the event data.</param>
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            if (this.ParentAction != null)
            {
                if (m_ParentAction.ActionId == ActionProvider.SetupPageActionId)
                {
                    Micajah.Common.Pages.MasterPage.InitializeSetupPage(this.Page);
                    this.MasterPage.VisibleBreadcrumbs = false;
                }
            }

            ResourceProvider.RegisterStyleSheetResource(this, ResourceProvider.GetDetailMenuThemeStyleSheet(this.Theme), this.Theme.ToString());
        }