Skip to content

Instantly share code, notes, and snippets.

@skenderbeu
Last active July 6, 2018 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skenderbeu/497ed68e72417a7a6f0bf530f73b6edc to your computer and use it in GitHub Desktop.
Save skenderbeu/497ed68e72417a7a6f0bf530f73b6edc to your computer and use it in GitHub Desktop.
public interface IZip
{
void SetZipFileName(string zipfileName);
void SetFilesToZip(List<string> files);
void CreateArchive();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment