BatchGuy.App.CreateAviSynthFilesForm.LoadFFMSIndexSettingsControls C# (CSharp) Méthode

LoadFFMSIndexSettingsControls() private méthode

private LoadFFMSIndexSettingsControls ( ) : void
Résultat void
        private void LoadFFMSIndexSettingsControls()
        {
            Setting setting = Program.ApplicationSettingsService.GetSettingByName("ffmsindex");
            if (setting != null && setting.Value != null && setting.Value != string.Empty)
                _batchGuyEAC3ToSettings.EAC3ToSettings.FFMSIndexPath = setting.Value;

            txtFFMSIndexOutputDirectory.Text = _batchGuyEAC3ToSettings.EAC3ToSettings.FFMSIndextBatchFilePath;
        }