Example #1
0
 public Pastebin(string apiKey, PastebinSettings settings)
 {
     APIKey = apiKey;
     Settings = settings;
 }
Example #2
0
 public Pastebin(string apiKey, PastebinSettings settings)
 {
     APIKey   = apiKey;
     Settings = settings;
 }
Example #3
0
 public Pastebin(string apiKey)
 {
     APIKey = apiKey;
     Settings = new PastebinSettings();
 }
Example #4
0
 public Pastebin(string apiKey)
 {
     APIKey   = apiKey;
     Settings = new PastebinSettings();
 }