Esempio n. 1
0
        /// <summary>
        /// 开始服务
        /// </summary>
        private static void StartUp()
        {
            SetAppHandle();
            LogManager.Info("Starting judger");

            Service = new JudgeService();
            Service.Start();

            LogManager.Info("Judger started");
        }
Esempio n. 2
0
 private static void StartUp()
 {
     Service = new JudgeService();
     Service.Start();
 }