diff --git a/csharp/Dotnetservice/Program.cs b/csharp/Dotnetservice/Program.cs index ecc7209..62a78a0 100644 --- a/csharp/Dotnetservice/Program.cs +++ b/csharp/Dotnetservice/Program.cs @@ -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