From 5ed50840ac64dbdba0c752cbac7cbca9d29febf1 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 21 Apr 2023 09:27:45 +0200 Subject: [PATCH] aggiunta export prima di import x lantek --- IOB-WIN-NEXT/IOB-WIN-NEXT.csproj | 12 ++++++------ IOB-WIN-NEXT/IobSqlServLantek.cs | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/IOB-WIN-NEXT/IOB-WIN-NEXT.csproj b/IOB-WIN-NEXT/IOB-WIN-NEXT.csproj index 411f8262..51e92df0 100644 --- a/IOB-WIN-NEXT/IOB-WIN-NEXT.csproj +++ b/IOB-WIN-NEXT/IOB-WIN-NEXT.csproj @@ -321,18 +321,18 @@ - - PreserveNewest - - - PreserveNewest - PreserveNewest PreserveNewest + + PreserveNewest + + + PreserveNewest + diff --git a/IOB-WIN-NEXT/IobSqlServLantek.cs b/IOB-WIN-NEXT/IobSqlServLantek.cs index ffe80351..de60e250 100644 --- a/IOB-WIN-NEXT/IobSqlServLantek.cs +++ b/IOB-WIN-NEXT/IobSqlServLantek.cs @@ -213,6 +213,7 @@ namespace IOB_WIN_NEXT { lgInfo($"Richiesto processCustomTaskLF"); // effettua sync + execExportAll(); execImportAll(); lastReadPLC = DateTime.Now; }