Пример #1
0
 public Pastebin_ca(string apiKey, PastebinCaSettings settings)
 {
     APIKey        = apiKey;
     this.settings = settings;
 }
Пример #2
0
 public Pastebin_ca(string apiKey, PastebinCaSettings settings)
 {
     APIKey = apiKey;
     this.settings = settings;
 }
Пример #3
0
 public Pastebin_ca(string apiKey)
 {
     APIKey   = apiKey;
     settings = new PastebinCaSettings();
 }
Пример #4
0
 public Pastebin_ca(string apiKey)
 {
     APIKey = apiKey;
     settings = new PastebinCaSettings();
 }