Esempio n. 1
0
 public void Start()
 {
     Sections = new ContentSectionTable(
         GetContentSection <HostSection>("host"),
         GetContentSection <EngineSection>("engine"),
         GetContentSection <DatabaseSection>("database"),
         GetContentSection <EditSection>("edit"));
 }
Esempio n. 2
0
 public void Stop()
 {
     Sections = null;
 }
Esempio n. 3
0
 public void Start()
 {
     Sections = GetOrCreateSections();
 }