예제 #1
0
 public BmobRemote FileDelete(String url)
 {
     BmobWrapper.FileDelete(url, NonCallback);
     return(this);
 }