예제 #1
0
        private void LoadAllLists()
        {
            this.LocationLst.Enabled = RibbonBarManager.CanMovePage();
            this.PageLst.Enabled     = RibbonBarManager.CanMovePage();
            if (this.LocationLst.Enabled)
            {
                this.LoadLocationList();
                this.LoadPageList();
            }

            this.LoadSkinList();
        }
예제 #2
0
        private void LoadAllLists()
        {
            LocationLst.Enabled = RibbonBarManager.CanMovePage();
            PageLst.Enabled     = RibbonBarManager.CanMovePage();
            if ((LocationLst.Enabled))
            {
                LoadLocationList();
                LoadPageList();
            }

            LoadSkinList();
        }