Example #1
0
 public Initializer()
 {
     this.startUpSection     = (ConfigurationManager.GetSection("StartUpSection") as StartUpSection);
     this.initializerSection = (ConfigurationManager.GetSection("InitializerSection") as InitializerSection);
     this.singletons         = new Dictionary <string, object>();
 }
Example #2
0
 public Initializer()
 {
     this.startUpSection = (ConfigurationManager.GetSection("StartUpSection") as StartUpSection);
     this.initializerSection = (ConfigurationManager.GetSection("InitializerSection") as InitializerSection);
     this.singletons = new Dictionary<string, object>();
 }