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