示例#1
0
 public static bool DeleteFile(int id)
 {
     using (StorageClient sc = new StorageClient())
     {
         return(sc.DeleteFile(loginToken, id));
     }
 }