コード例 #1
0
 public static bool Request(string listFileName)
 {
     return(PreDownloader.Request(listFileName, null));
 }
コード例 #2
0
 public static bool IsCached(string listFileName, PreDownloader.CachingReport callback)
 {
     return(PreDownloader.IsCached(listFileName, false, callback));
 }