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);