Inheritance: CommandBase
示例#1
0
 public RefreshCommand(ReparseCommand command)
     : base(LogManager.GetCurrentClassLogger())
 {
     _command = command;
 }
        public RefreshCommand(ReparseCommand command)
        {
            _command = command;

            AddToCanExecuteEvaluation(SpecialEvaluateCanExecute);
        }