コード例 #1
0
				public _PipedOutputStream_250(JschConnection _enclosing, StreamCopyThread copier, 
					PipedInputStream baseArg1) : base(baseArg1)
				{
					this._enclosing = _enclosing;
					this.copier = copier;
				}
コード例 #2
0
ファイル: TransportGitSsh.cs プロジェクト: poke/monodevelop
 public _PipedOutputStream_259(JschConnection _enclosing, StreamCopyThread copier,
                               PipedInputStream baseArg1) : base(baseArg1)
 {
     this._enclosing = _enclosing;
     this.copier     = copier;
 }