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

CanExecuteCopyActionCommand() private method

private CanExecuteCopyActionCommand ( ) : bool
return bool
        private bool CanExecuteCopyActionCommand()
        {
            return SelectedActions.Count > 0;
        }
        private bool CanExecuteEditActionCommand()