Example #1
0
 public API()
 {
     client = new GoogleHTTP();
 }
Example #2
0
 public API()
 {
     client = new GoogleHTTP();
     client.CookiesChanged += client_CookiesChanged;
 }