Esempio n. 1
0
 public Generator(Google.Apis.Authentication.IAuthenticator auth, IStater stater = null)
 {
     ApiKey = null;
     Auth = auth;
     Stater = stater;
     haveStater = stater != null;
     InitLogfile();
     WriteLog("Ctor auth", this);
 }
Esempio n. 2
0
 public Generator(Google.Apis.Authentication.IAuthenticator auth, IStater stater = null)
 {
     ApiKey     = null;
     Auth       = auth;
     Stater     = stater;
     haveStater = stater != null;
     InitLogfile();
     WriteLog("Ctor auth", this);
 }
Esempio n. 3
0
 public Generator(string apiKey, IStater stater = null)
 {
     ApiKey = apiKey;
     Auth = null;
     Stater = stater;
     haveStater = stater != null;
     InitLogfile();
     WriteLog("Ctor simple apikey", this);
 }
Esempio n. 4
0
 public Generator(string apiKey, IStater stater = null)
 {
     ApiKey     = apiKey;
     Auth       = null;
     Stater     = stater;
     haveStater = stater != null;
     InitLogfile();
     WriteLog("Ctor simple apikey", this);
 }
Esempio n. 5
0
 public UDGenerator(string apiKey, IStater stater = null) :
     base(apiKey, stater)
 {
 }
Esempio n. 6
0
 public RGenerator(Google.Apis.Authentication.IAuthenticator auth, IStater stater = null)
     : base(auth, stater)
 {
 }
Esempio n. 7
0
 public RGenerator(string apiKey, IStater stater = null)
     : base(apiKey, stater)
 {
 }
Esempio n. 8
0
 public WordsSearchGenerator(Google.Apis.Authentication.IAuthenticator auth, IStater stater = null)
     : base(auth, stater)
 {
 }
Esempio n. 9
0
 public WordsSearchGenerator(string apiKey, IStater stater = null)
     : base(apiKey, stater)
 {
 }
Esempio n. 10
0
 public WordsSearchGenerator(string apiKey, IStater stater = null)
     : base(apiKey, stater)
 {
 }