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