コード例 #1
0
ファイル: Test.cs プロジェクト: zhongkai1010/OneWork
 static Test()
 {
     OwBootstrapper bootstrapper = new OwBootstrapper();
     bootstrapper.Initialize();
     IocManager = bootstrapper.IocManager;
 }