Ejemplo n.º 1
0
 public MySQLHandler()
 {
     this.config           = Config.loadConfig();
     this.ConnectionString = config.connectionString;
 }