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

OnPageLoad() protected méthode

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

            if (string.IsNullOrEmpty(_loadParameter) && Show == null)
            {
                GUIWindowManager.ActivateWindow(GUIWindowManager.GetPreviousActiveWindow());
                return;
            }

            // Clear GUI Properties
            ClearProperties();

            // Init Properties
            InitProperties();

            // Load Credits
            LoadCredits();
        }