Пример #1
0
 public DatArchive(ArcView arc, ArchiveFormat impl, ICollection<Entry> dir, EncryptionKey key)
     : base(arc, impl, dir)
 {
     Key = key;
 }
Пример #2
0
 public DatArchive(ArcView arc, ArchiveFormat impl, ICollection <Entry> dir, EncryptionKey key)
     : base(arc, impl, dir)
 {
     Key = key;
 }