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