예제 #1
0
 private static void Start(string[] args)
 {
     using (SolutionTestWindowsService service = new SolutionTestWindowsService())
     {
         service.Run(args);
     }
 }
예제 #2
0
        static void Main(string[] args)
        {
            TraceFactory.Logger.Debug("Starting service");

            using (SolutionTestWindowsService service = new SolutionTestWindowsService())
            {
                service.Run(args);
            }
        }