Beispiel #1
0
		public CommandMethods(CommandMethod actionMethod, CommandMethod canExecuteMethod, IEnumerable<string> errors)
		{
			ActionMethod = actionMethod;
			CanExecuteMethod = canExecuteMethod;
			Errors = errors;
		}
Beispiel #2
0
 public CommandMethods(CommandMethod actionMethod, CommandMethod canExecuteMethod, IEnumerable <string> errors)
 {
     ActionMethod     = actionMethod;
     CanExecuteMethod = canExecuteMethod;
     Errors           = errors;
 }