Пример #1
0
        public void Initialize()
        {
            if (CheckService.PreCheckRepository())
            {
                return;
            }

            Log.Warn("Some checks have failed. Please correct the errors and try again.");
            Log.Info("Press ENTER to exit...");
            Console.Read();
            Environment.Exit(0);
        }