Esempio n. 1
0
 private static void EnsureSection()
 {
     if (SectionInstance == null)
     {
         SectionInstance = (ScriptSharpSection)WebConfigurationManager.GetSection("scriptSharp");
         if (SectionInstance == null)
         {
             SectionInstance = new ScriptSharpSection();
         }
     }
 }
Esempio n. 2
0
 private static void EnsureSection()
 {
     if (SectionInstance == null) {
         SectionInstance = (ScriptSharpSection)WebConfigurationManager.GetSection("scriptSharp");
         if (SectionInstance == null) {
             SectionInstance = new ScriptSharpSection();
         }
     }
 }