Exemplo n.º 1
0
 /// <summary> 默认构造函数 </summary>
 protected DTest()
 {
     Bootstrap = DBootstrap.Instance;
     Bootstrap.Initialize();
     //LogManager.ClearAdapter();
     LogManager.AddAdapter(new ConsoleAdapter());
 }
Exemplo n.º 2
0
 public IocManager()
 {
     _bootstrap = DBootstrap.Instance;
 }