Пример #1
0
 public GoogleAppsScript(IGoogleDrive googleDrive)
 {
     _googleAuth  = new GoogleAuthorizer();
     _googleDrive = googleDrive;
 }
Пример #2
0
 public GoogleDrive()
 {
     _googleAuth = new GoogleAuthorizer();
 }
Пример #3
0
 public GoogleGmail()
 {
     _googleAuth = new GoogleAuthorizer();
 }
Пример #4
0
 public GoogleAppScript()
 {
     _googleAuth = new GoogleAuthorizer();
 }