示例#1
0
 public bool DownloadFile(string filePath)
 {
     Clear();
     return(ServerCoreLoader.DownloadFile(Handle, filePath));
 }