Пример #1
0
 public CommandInstance(CommandLineProto command, CommandLine args)
 {
     Command = command;
     Args    = args;
 }
Пример #2
0
 public CommandResult Execute(CommandLineProto cd, CommandLine args)
 {
     return(Execute(new CommandInstance(cd, args)));
 }