示例#1
0
 public DriveParent(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }
示例#2
0
 public DriveExtend(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }
示例#3
0
 public DriveFiles(DriveAPIHttprequestv2 client)
 {
     this.client = client;
 }