Catrobat.IDE.Core.ViewModels.Editor.Sprites.SpriteEditorViewModel.CanExecuteDeleteSoundCommand C# (CSharp) 메소드

CanExecuteDeleteSoundCommand() 개인적인 메소드

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