コード例 #1
0
 internal BlobPackage(_BLOB b)
 {
     Blob  = b;
     _bits = null;
 }
コード例 #2
0
 internal BlobPackage(_BLOB b)
 {
     this.Blob  = b;
     this._bits = null;
 }
コード例 #3
0
 internal BlobPackage(_BLOB b)
 {
     this.Blob = b;
     this._bits = null;
 }