From dce299146b7306d6f9acd4e04ac54ca0b6b6cc0b Mon Sep 17 00:00:00 2001 From: Federico Barresi Date: Mon, 13 Dec 2021 21:11:32 +0100 Subject: [PATCH] removed unused code --- TFU001/TFU001/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TFU001/TFU001/Program.cs b/TFU001/TFU001/Program.cs index 1eb3de6..58e70d4 100644 --- a/TFU001/TFU001/Program.cs +++ b/TFU001/TFU001/Program.cs @@ -26,7 +26,6 @@ public class Program static extern bool ShowWindow(IntPtr hWnd, int nCmdShow); const int SW_HIDE = 0; - //const int SW_SHOW = 5; public static int Main(string[] args) => CommandLineApplication.Execute(args);