public RunFactorioCommandHandler(IShell shell, ISolutionExplorer solutionExplorer, IFactorioStandardOutput output)
 {
     _shell            = shell;
     _solutionExplorer = solutionExplorer;
     _output           = output;
 }
示例#2
0
 public ViewFactorioStandardOutputCommandHandler(IShell shell, IFactorioStandardOutput output)
 {
     _shell  = shell;
     _output = output;
 }