BatchGuy.App.BluRayTitleInfoForm.SetBluRayTitleInfoDefaultSettings C# (CSharp) Method

SetBluRayTitleInfoDefaultSettings() private method

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

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