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