Esempio n. 1
0
 public DatArchive(ArcView arc, ArchiveFormat impl, ICollection<Entry> dir, EncryptionKey key)
     : base(arc, impl, dir)
 {
     Key = key;
 }
Esempio n. 2
0
 public DatArchive(ArcView arc, ArchiveFormat impl, ICollection <Entry> dir, EncryptionKey key)
     : base(arc, impl, dir)
 {
     Key = key;
 }