コード例 #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>();
 }