示例#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;
 }