PicasaUploader.ViewModels.UploadPhotosViewModel.IsSupported C# (CSharp) Méthode

IsSupported() private méthode

private IsSupported ( string fileName ) : bool
fileName string
Résultat bool
        private bool IsSupported(string fileName)
        {
            return IsPhotoFile(fileName) || IsVideoFile(fileName);
        }