Catrobat.IDE.Core.ViewModels.Editor.Sprites.SpriteEditorViewModel.CanExecuteCopyActionCommand C# (CSharp) Méthode

CanExecuteCopyActionCommand() private méthode

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