TraktPlugin.GUI.GUISeasonEpisodes.OnPageLoad C# (CSharp) Méthode

OnPageLoad() protected méthode

protected OnPageLoad ( ) : void
Résultat void
        protected override void OnPageLoad()
        {
            base.OnPageLoad();

            // Get Loading Parameter
            if (!GetLoadingParameter())
            {
                GUIWindowManager.ActivateWindow(GUIWindowManager.GetPreviousActiveWindow());
                return;
            }

            // Clear GUI Properties
            ClearProperties();

            // Init Properties
            InitProperties();

            // Load WatchList Episodes
            LoadSeasonEpisodes();
        }