Beispiel #1
0
 public Cvs(IHistoryParser parser, ProcessExecutor executor, CvsHistoryCommandParser historyCommandParser) : base(parser, executor)
 {
     this.historyCommandParser = historyCommandParser;
 }
Beispiel #2
0
 public Cvs(IHistoryParser parser, ProcessExecutor executor, CvsHistoryCommandParser historyCommandParser)
     : base(parser, executor)
 {
     this.historyCommandParser = historyCommandParser;
 }