fix invio gauges (eliminato commento)

This commit is contained in:
Samuele Locatelli
2020-09-24 08:47:38 +02:00
parent ac1c8f7067
commit 617bb783d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ public static class ThreadsFunctions
if (libraryError.IsError())
ManageLibraryError(libraryError);
//MessageServices.Current.Publish(SEND_THERMO_GAUGE_DATA, null, currentLiveProd);
MessageServices.Current.Publish(SEND_THERMO_GAUGE_DATA, null, currentLiveProd);
}
else
RestoreConnection();
+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("0.18.96")]
[assembly: AssemblyVersion("0.18.97")]