Exemplo n.º 1
0
        private static void Init_DependencyInjection()
        {
            DependencyInjectionContainer.CreateKernel();

            ServiceBasic.Register(typeof(IRingenService), typeof(RingenService));
            Service.Plugin.InitializeSystem();
        }