예제 #1
0
 public Cvs(IHistoryParser parser, ProcessExecutor executor, CvsHistoryCommandParser historyCommandParser) : base(parser, executor)
 {
     this.historyCommandParser = historyCommandParser;
 }
예제 #2
0
파일: Cvs.cs 프로젝트: vardars/ci-factory
 public Cvs(IHistoryParser parser, ProcessExecutor executor, CvsHistoryCommandParser historyCommandParser)
     : base(parser, executor)
 {
     this.historyCommandParser = historyCommandParser;
 }