Пример #1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main(string[] args)
 {
     //For debugging the service code
     if (Environment.UserInteractive)
     {
         windowsService.TestStartupAndStop(args);
     }
 }