Update Program.cs

This commit is contained in:
Imi 2023-01-25 20:43:03 +01:00 committed by GitHub
parent 271e654489
commit c1fc82021e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,9 @@
// ==============================================================================================
// For testing windows service with .NET 5
// Source: https://stackoverflow.com/questions/7764088/net-console-application-as-windows-service
// ==============================================================================================
using System.ServiceProcess
public static class Program