From f1aff9393f8e237ac53b8c63f1776b3773f6b4b3 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 4 Mar 2021 11:56:01 +0100 Subject: [PATCH] discovery thread statico --- Thermo.Cam.Utils/TCContr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thermo.Cam.Utils/TCContr.cs b/Thermo.Cam.Utils/TCContr.cs index dc4db630..cae5b104 100644 --- a/Thermo.Cam.Utils/TCContr.cs +++ b/Thermo.Cam.Utils/TCContr.cs @@ -33,7 +33,7 @@ namespace Thermo.Cam.Utils protected string dirDataTemp = ""; protected string dirImgColor = ""; protected string dirImgOrigi = ""; - protected DiscoveryHelper DiscoThread; + protected static DiscoveryHelper DiscoThread; protected string fileColorPath = ""; protected string fileDataPath = ""; protected string fileOrigiPath = "";