Exemplo n.º 1
0
 public RemoteConfigSettings(string filename)
 {
     configMember =
         new ConfigurationMember(filename, "REMOTE CONFIG SETTINGS", loadConfigurationOptions,
                                 handleIncomingConfiguration,true);
     configMember.forceConfigurationPluginLibrary("OpenSim.Framework.Configuration.XML.dll");
     configMember.performConfigurationRetrieve();
 }
Exemplo n.º 2
0
 public RemoteConfigSettings(string filename)
 {
     configMember =
         new ConfigurationMember(filename, "REMOTE CONFIG SETTINGS", loadConfigurationOptions,
                                 handleIncomingConfiguration, true);
     configMember.forceConfigurationPluginLibrary("OpenSim.Framework.Configuration.XML.dll");
     configMember.performConfigurationRetrieve();
 }