Exemplo n.º 1
0
 public void Add(ZipFilePath file)
 {
     _files.Add(file);
 }
Exemplo n.º 2
0
 public ZipArchiveFiles(ZipFilePath target)
 {
     _zipFilePath = target;
     _files       = new List <ZipFilePath>();
 }