コード例 #1
0
ファイル: FileInterface.cs プロジェクト: isaqueks/multisync
 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));
 }