예제 #1
0
 static ConfigurationSettings()
 {
     Sources = new ConfigurationSettingsSourcesCollection {
         new MemorySettings(), new SecureConfigurationFile(), new DotNetConfigurationFile()
     };
     Settings = new Settings();
 }
 static ConfigurationSettings()
 {
     Settings = new Settings();
     Sources = new ConfigurationSettingsSourcesCollection
     {
         new MemorySettings(),
         new SecureConfigurationFile(),
         new DotNetConfigurationFile()
     };
 }