Пример #1
0
 public GitCommandParserBase(IGitCommand command)
 {
     this.Command      = command;
     this.CmdletWriter = command.CmdletWriter;
 }
Пример #2
0
 public GitCmdletBase() : base()
 {
     this.CmdletWriter = new GitCmdletWriter(this);
 }