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

OnPageLoad() protected méthode

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

            if (relatedShow == null)
            {
                GUIWindowManager.ActivateWindow(GUIWindowManager.GetPreviousActiveWindow());
                return;
            }

            // Clear GUI Properties
            ClearProperties();

            // Init Properties
            InitProperties();

            // Load Related Shows
            LoadRelatedShows();
        }