예제 #1
0
파일: Initializer.cs 프로젝트: t1b1c/lwas
 public Initializer()
 {
     this.startUpSection     = (ConfigurationManager.GetSection("StartUpSection") as StartUpSection);
     this.initializerSection = (ConfigurationManager.GetSection("InitializerSection") as InitializerSection);
     this.singletons         = new Dictionary <string, object>();
 }
예제 #2
0
파일: Initializer.cs 프로젝트: t1b1c/lwas
 public Initializer()
 {
     this.startUpSection = (ConfigurationManager.GetSection("StartUpSection") as StartUpSection);
     this.initializerSection = (ConfigurationManager.GetSection("InitializerSection") as InitializerSection);
     this.singletons = new Dictionary<string, object>();
 }