Esempio n. 1
0
 /// <summary>
 /// 框架初始化
 /// </summary>
 public static void Init()
 {
     AssertThat.IsNull(container, "Container is not null");
     container = new Container();
     container.Init();
 }