Beispiel #1
0
 public ZipUpdate(UpdateCommand command, ZipEntry entry)
 {
     command_ = command;
     entry_ = (ZipEntry)entry.Clone();
 }