Catrobat.IDE.Core.ViewModels.Main.AddNewProgramViewModel.SaveCommand_CanExecute C# (CSharp) Method

SaveCommand_CanExecute() private method

private SaveCommand_CanExecute ( ) : bool
return bool
        private bool SaveCommand_CanExecute()
        {
            return ProgramName != null && ProgramName.Length >= 2;
        }