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