Ejemplo n.º 1
0
 public PastebinCaUploader(string apiKey, PastebinCaSettings settings)
 {
     APIKey        = apiKey;
     this.settings = settings;
 }
Ejemplo n.º 2
0
 public PastebinCaUploader(string apiKey)
 {
     APIKey   = apiKey;
     settings = new PastebinCaSettings();
 }
 public PastebinCaUploader(string apiKey, PastebinCaSettings settings)
 {
     APIKey = apiKey;
     this.settings = settings;
 }
 public PastebinCaUploader(string apiKey)
 {
     APIKey = apiKey;
     settings = new PastebinCaSettings();
 }
Ejemplo n.º 5
0
 public Pastebin_ca(string apiKey)
 {
     APIKey   = apiKey;
     settings = new PastebinCaSettings();
 }
Ejemplo n.º 6
0
 public Pastebin_ca(string apiKey)
 {
     APIKey = apiKey;
     settings = new PastebinCaSettings();
 }