public PuttyArgumentsFormatter(String puttyPath, IPuttySessionFinder puttySessionFinder, bool appendPassword) { this.ExecutablePath = puttyPath; this.PuttySessionFinder = puttySessionFinder; this.AppendPassword = appendPassword; }
public PuttyArgumentsFormatter(String puttyPath, IPuttySessionFinder puttySessionFinder) { this.ExecutablePath = puttyPath; this.PuttySessionFinder = puttySessionFinder; }