Ejemplo n.º 1
0
 public IntegrationAPI(string configpath)
 {
     integration = new AdexIntegration(configpath);
 }
Ejemplo n.º 2
0
 public IntegrationAPI()
 {
     integration = new AdexIntegration();
 }