Example #1
0
 public static WebResourcesSection GetSection(string fileName)
 {
     WebResourcesSection section = new WebResourcesSection();
     section.GetSection(fileName, SectionName);
     return section;
 }
Example #2
0
 static ConfigurationManager()
 {
     defaultSection = WebResourcesSection.GetSection();
 }