Inheritance: System.Configuration.ConfigurationSection
Ejemplo n.º 1
0
 private static void EnsureSection()
 {
     if (SectionInstance == null) {
         SectionInstance = (SharpenSection)WebConfigurationManager.GetSection("scriptSharp");
         if (SectionInstance == null) {
             SectionInstance = new SharpenSection();
         }
     }
 }
Ejemplo n.º 2
0
 private static void EnsureSection()
 {
     if (SectionInstance == null)
     {
         SectionInstance = (SharpenSection)WebConfigurationManager.GetSection("scriptSharp");
         if (SectionInstance == null)
         {
             SectionInstance = new SharpenSection();
         }
     }
 }