示例#1
0
        public static ContainerBootstrapper Start()
        {
            _bootstrapper = ContainerBootstrapper.Bootstrap();

            return _bootstrapper;
        }
示例#2
0
 public static void PreStart()
 {
     _bootstrapper = ContainerBootstrapper.Bootstrap();
 }