Exemplo n.º 1
0
		public static void CloseArchive (ZipHandle handle, string comment)
		{
			zipClose (handle, comment);
			handle.SetHandleAsInvalid ();
		}
Exemplo n.º 2
0
 public static void CloseArchive(ZipHandle handle, string comment)
 {
     zipClose(handle, comment);
     handle.SetHandleAsInvalid();
 }