CCT.NUI.TestDataCollector.Commands.RelayCommand.CanExecute C# (CSharp) 메소드

CanExecute() 공개 메소드

public CanExecute ( object parameter ) : bool
parameter object
리턴 bool
        public bool CanExecute(object parameter)
        {
            return this.canExecute(parameter);
        }