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