예제 #1
0
 public ItemInterface(DriveFile file, Drive drive)
 {
     this.GoogleDriveFile = file;
     this.GDrive          = drive;
 }
예제 #2
0
파일: Drive.cs 프로젝트: isaqueks/multisync
 public Page Next(Drive drive)
 {
     return(drive.RunQueryAsPage(SearchQuery, MaxAllowedSize, NextPageID));
 }