コード例 #1
0
 public CommandEngine(RootCommandBase rootCommand)
 {
     rootCommand.SetStopAction(Stop);
     _rootCommand = rootCommand;
 }