From 1b491bd8a06359476446635b449ab4de99dfb2d3 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 24 May 2023 18:49:28 +0200 Subject: [PATCH] refresh ext prog, ma escluso da solution VB --- TestExtProc/Program.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/TestExtProc/Program.cs b/TestExtProc/Program.cs index 0d1d158..083502c 100644 --- a/TestExtProc/Program.cs +++ b/TestExtProc/Program.cs @@ -1,10 +1,7 @@ // See https://aka.ms/new-console-template for more information using System.Diagnostics; -using System.Net.Security; -using System.Text; int lineCount = 0; -//StringBuilder output = new StringBuilder(); void OutputHandler(object sender, DataReceivedEventArgs e)