Prizm.Main.Forms.Settings.ExtractCategoriesCommand.CanExecute C# (CSharp) Method

CanExecute() public method

public CanExecute ( ) : bool
return bool
        public bool CanExecute()
        {
            return true;
        }