예제 #1
0
파일: Program.cs 프로젝트: fossabot/Items
        private static void RunModules()
        {
            IModuleRunner moduleRunner = InfrastructureFactory.CreateModuleRunner();

            moduleRunner.RegisterModule(new RollbackEngineSamples());

            moduleRunner.Run();
        }