public Config(LogBox Log, string strConfigFile = "config.xml") { this.Log = Log; this.ConfigFile = strConfigFile; LoadConfig(); }