Exemplo n.º 1
0
		private static void RunInDebugMode()
		{
			Bootstrapper bootstrapper = new Bootstrapper();
			bootstrapper.Run();
		}
Exemplo n.º 2
0
        private static void RunInDebugMode()
        {
            var bootstrapper = new Bootstrapper();

            bootstrapper.Run();
        }