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

SetBluRayTitleInfoDefaultSettings() private méthode

private SetBluRayTitleInfoDefaultSettings ( ) : void
Résultat void
        private void SetBluRayTitleInfoDefaultSettings()
        {
            IBluRayTitleInfoDefaultSettingsService service = new BluRayTitleInfoDefaultSettingsService(Program.ApplicationSettings,
                _bluRaySummaryInfo, _audioService);

            service.SetSubtitleDefaultSettings();
            service.SetChaptersDefaultSettings();
            service.SetAudioDefaultSettings();
        }
BluRayTitleInfoForm