Пример #1
0
 internal BlobPackage(_BLOB b)
 {
     Blob  = b;
     _bits = null;
 }
Пример #2
0
 internal BlobPackage(_BLOB b)
 {
     this.Blob  = b;
     this._bits = null;
 }
 internal BlobPackage(_BLOB b)
 {
     this.Blob = b;
     this._bits = null;
 }