Esempio n. 1
0
 public PastebinCaUploader(string apiKey, PastebinCaSettings settings)
 {
     APIKey        = apiKey;
     this.settings = settings;
 }
Esempio 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();
 }
Esempio n. 5
0
 public Pastebin_ca(string apiKey)
 {
     APIKey   = apiKey;
     settings = new PastebinCaSettings();
 }
Esempio n. 6
0
 public Pastebin_ca(string apiKey)
 {
     APIKey = apiKey;
     settings = new PastebinCaSettings();
 }