TraktPlugin.GUI.GUIWatchListShows.OnPageLoad C# (CSharp) Method

OnPageLoad() protected method

protected OnPageLoad ( ) : void
return void
        protected override void OnPageLoad()
        {
            base.OnPageLoad();

            // Clear GUI Properties
            ClearProperties();

            // Requires Login
            if (!GUICommon.CheckLogin()) return;

            // Init Properties
            InitProperties();

            // Load WatchList Shows
            LoadWatchListShows();
        }