From bc60ab471fb1adaf3ca8b10677c11889efe0b6e6 Mon Sep 17 00:00:00 2001 From: chandu ravikanti Date: Wed, 21 Dec 2022 10:37:34 +0530 Subject: [PATCH] modified the code --- TopshelfDotNetCoreExample/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TopshelfDotNetCoreExample/Program.cs b/TopshelfDotNetCoreExample/Program.cs index e14084a..c3726cb 100644 --- a/TopshelfDotNetCoreExample/Program.cs +++ b/TopshelfDotNetCoreExample/Program.cs @@ -10,6 +10,7 @@ static void Main(string[] args) { HostFactory.Run(windowsService => { + // this is test code example windowsService.Service(s => { s.ConstructUsing(service => new ServiceExample());