Catrobat.IDE.Core.ViewModels.Editor.Sprites.SpriteEditorViewModel.CanExecuteDeleteSoundCommand C# (CSharp) Method

CanExecuteDeleteSoundCommand() private method

private CanExecuteDeleteSoundCommand ( ) : bool
return bool
        private bool CanExecuteDeleteSoundCommand()
        {
            return SelectedSounds.Count > 0;
        }
        private bool CanExecuteEditSoundCommand()