예제 #1
0
        public override void LoadSkin()
        {
            foreach (IThemeable themeable in _SubElements.OfType <IThemeable>())
            {
                themeable.LoadSkin();
            }
            // Those are drawn seperately so they are not in the above list
            _CoverBig.LoadSkin();
            _TextBG.LoadSkin();

            base.LoadSkin();
        }
예제 #2
0
        public override void LoadSkin()
        {
            foreach (IThemeable themeable in _SubElements.OfType <IThemeable>())
            {
                themeable.LoadSkin();
            }
            // Those are drawn seperately so they are not in the above list
            _VideoBG.LoadSkin();
            _BigCover.LoadSkin();
            _TextBG.LoadSkin();
            _Tile.LoadSkin();
            _TileSelected.LoadSkin();
            _ScrollBar.LoadSkin();
            _ScrollBarPointer.LoadSkin();

            base.LoadSkin();
        }