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