示例#1
0
 private Task <IReadOnlyCollection <IGoogleDriveFile> > GetActivityFilesAsync(GoogleDriveFolder parent)
 {
     return(_gService.GetActivityFilesAsync(parent, progress: BusyStatusReceiver));
 }