BatchGuy.App.BluRayTitleInfoForm.LoadScreen C# (CSharp) Méthode

LoadScreen() private méthode

private LoadScreen ( ) : void
Résultat void
        private void LoadScreen()
        {
            this.LoadTitle();
            this.LoadEpisodeNumber();
            this.LoadEpisodeName();
            this.LoadVideo();
            this.LoadAudio();
            this.LoadSubtitles();
            this.LoadChapters();
        }
BluRayTitleInfoForm