예제 #1
0
 public CreateCompleteClosure(Stream baseStream, ManifestOutputMethod manifestOutputMethod, string path) :
     base(baseStream)
 {
     this.manifestOutputMethod = manifestOutputMethod;
     this.path = path;
 }
			public CreateCompleteClosure(Stream baseStream, ManifestOutputMethod manifestOutputMethod, string path) : base(baseStream)
			{
				this.manifestOutputMethod = manifestOutputMethod;
				this.path = path;
			}