예제 #1
0
 public ExecutorFactory(IStandardOut standardOut, IDebugInfo debugInfo)
 {
     _standardOut = standardOut;
     _debugInfo = debugInfo;
 }
예제 #2
0
파일: Executors.cs 프로젝트: mdcuesta/Ongle
 public PrintExecutor( IStandardOut output, IDebugInfo debug )
 {
     _output = output;
     _debug = debug;
 }