Example #1
0
    /// <summary>
    /// Selected logic.
    /// </summary>
    public void Selected()
    {
        if (!active)
        {
            active = true;

            if (_menuNavigation != null)
            {
                _menuNavigation.DisableAll(id);
            }

            // load this section into the content section.
            contentSection.SwitchSection(id);
        }
    }