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