예제 #1
0
 public void Add(ZipFilePath file)
 {
     _files.Add(file);
 }
예제 #2
0
 public ZipArchiveFiles(ZipFilePath target)
 {
     _zipFilePath = target;
     _files       = new List <ZipFilePath>();
 }