Ejemplo n.º 1
0
 public FlickrUploader(string key, string secret, FlickrAuthInfo auth, FlickrSettings settings)
     : this(key, secret)
 {
     Auth = auth;
     Settings = settings;
 }
Ejemplo n.º 2
0
 public FlickrUploader(string key, string secret, FlickrAuthInfo auth, FlickrSettings settings)
     : this(key, secret)
 {
     Auth     = auth;
     Settings = settings;
 }