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