Beispiel #1
0
 public string GetZipData(string data)
 {
     var ziputil = new ZipUtil();
     return ziputil.Zip(data);
 }