modifica meccanismo dispose FLIR

This commit is contained in:
Samuele E. Locatelli
2021-03-19 10:11:43 +01:00
parent 76fdf01d38
commit 3b0dd98018
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -412,9 +412,12 @@ public static class ThreadsFunctions
catch (ThreadAbortException)
{
ncAdapter.Dispose();
// chiudo thermocam
TCCom.Dispose();
}
finally
{
ncAdapter.Dispose();
// chiudo thermocam
TCCom.Dispose();
}
+1 -1
View File
@@ -30,4 +30,4 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.183")]
[assembly: AssemblyVersion("1.1.184")]