Exemplo n.º 1
0
 public CommandEngine(RootCommandBase rootCommand)
 {
     rootCommand.SetStopAction(Stop);
     _rootCommand = rootCommand;
 }