예제 #1
0
 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;
 }