예제 #1
0
 FileLoader CreateFileLoader(FileMD5 file, string netDirPath, string localDirPath)
 {
     return(new NetworkLoader(file, netDirPath, localDirPath, DownLoadResFinish)); //WWWLoader// NetworkLoader// WebClientLoader  //HttpWebRequestLoader
 }