示例#1
0
 public Task <int> DeletePendingUpload(PendingUpload upload)
 {
     return(ExecuteCommand((c) => c.Delete(upload)));
 }
示例#2
0
 private void ShowProgress(PendingUpload upload, int progress)
 {
     App.Notification.ShowUpload(upload, progress);
 }