From 91631c6c1dc3cfb7af58e45e0424031f40defe7c Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 22 Jul 2024 21:02:07 +0900 Subject: [PATCH] Update ServiceMain.cs --- .../WelsonJS.Service/ServiceMain.cs | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/WelsonJS.Toolkit/WelsonJS.Service/ServiceMain.cs b/WelsonJS.Toolkit/WelsonJS.Service/ServiceMain.cs index c01f3ad..47c2718 100644 --- a/WelsonJS.Toolkit/WelsonJS.Service/ServiceMain.cs +++ b/WelsonJS.Toolkit/WelsonJS.Service/ServiceMain.cs @@ -1,4 +1,26 @@ -using System; +/* + * WelsonJS.Service + * + * filename: + * ServiceMain.cs + * + * description: + * WelsonJS - Build a Windows app on the Windows built-in JavaScript engine + * + * website: + * - https://github.com/gnh1201/welsonjs + * - https://catswords.social/@catswords_oss + * + * author: + * Namhyeon Go + * + * license: + * GPLv3 or MS-RL(Microsoft Reciprocal License) + * + * references: + * - https://learn.microsoft.com/en-us/dotnet/framework/windows-services/how-to-debug-windows-service-applications + */ +using System; using System.ServiceProcess; using System.Timers; using MSScriptControl;