コード例 #1
0
 public static bool CanHandleFile(string file)
 {
     return(IOUtils.CheckExtension(file, "ZIP"));
 }