BatchGuy.App.CreateEAC3ToBatchForm.IsBatchGuyEac3toSettingsFile C# (CSharp) Метод

IsBatchGuyEac3toSettingsFile() приватный Метод

private IsBatchGuyEac3toSettingsFile ( string file ) : bool
file string
Результат bool
        private bool IsBatchGuyEac3toSettingsFile(string file)
        {
            if (file.EndsWith(_settingsExtension))
                return true;
            else
                return false;
        }
CreateEAC3ToBatchForm