コード例 #1
0
 public ConfigurationModuleCatalog(ModulesConfigurationSection modulesConfigurationSection)
 {
     _modulesConfigurationSection = modulesConfigurationSection;
     Store = new ConfigurationStore();
 }
コード例 #2
0
 /// <summary>
 /// Builds an instance of ConfigurationModuleCatalog with a <see cref="ConfigurationStore"/> as the default store.
 /// </summary>
 public ConfigurationModuleCatalog()
 {
     Store = new ConfigurationStore();
 }