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