diff --git a/MP-TAB3/Components/CommentEditor.razor.cs b/MP-TAB3/Components/CommentEditor.razor.cs
index f95cb061..face5513 100644
--- a/MP-TAB3/Components/CommentEditor.razor.cs
+++ b/MP-TAB3/Components/CommentEditor.razor.cs
@@ -90,7 +90,7 @@ namespace MP_TAB3.Components
// elimino vecchio se c'�...
await TabServ.EvListDelete(IdxMacc, DateSel, idxTipoCommento);
// inserisco
- await TabServ.EvListInsert(newRec, MP.Data.Objects.Enums.tipoInputEvento.barcode);
+ await TabServ.EvListInsert(newRec, MP.Core.Objects.Enums.tipoInputEvento.barcode);
// reset
DoReset();
ToggleCtrl();
diff --git a/MP-TAB3/Components/IobInfoMan.razor b/MP-TAB3/Components/IobInfoMan.razor
index 60f2e0b6..db61d810 100644
--- a/MP-TAB3/Components/IobInfoMan.razor
+++ b/MP-TAB3/Components/IobInfoMan.razor
@@ -12,11 +12,11 @@
@{
string imgUrl = "images/pythonLogo.png";
- if (IobInfo.iType == MP.Data.Objects.Enums.IobType.rPi)
+ if (IobInfo.iType == MP.Core.Objects.Enums.IobType.rPi)
{
imgUrl = "images/linuxLogo.png";
}
- else if (IobInfo.iType == MP.Data.Objects.Enums.IobType.WIN)
+ else if (IobInfo.iType == MP.Core.Objects.Enums.IobType.WIN)
{
imgUrl = "images/winLogo.png";
}
diff --git a/MP-TAB3/Components/IobInfoMan.razor.cs b/MP-TAB3/Components/IobInfoMan.razor.cs
index c1b75b6f..54594d71 100644
--- a/MP-TAB3/Components/IobInfoMan.razor.cs
+++ b/MP-TAB3/Components/IobInfoMan.razor.cs
@@ -1,5 +1,5 @@
using Microsoft.AspNetCore.Components;
-using MP.Data.Objects;
+using MP.Core.Objects;
using MP.Data.Services;
namespace MP_TAB3.Components
diff --git a/MP-TAB3/Components/NotesEditor.razor.cs b/MP-TAB3/Components/NotesEditor.razor.cs
index aab45933..800359a2 100644
--- a/MP-TAB3/Components/NotesEditor.razor.cs
+++ b/MP-TAB3/Components/NotesEditor.razor.cs
@@ -141,7 +141,7 @@ namespace MP_TAB3.Components
if (!string.IsNullOrEmpty(UserComment))
{
// inserisco
- await TabServ.EvListInsert(newRec, MP.Data.Objects.Enums.tipoInputEvento.commento);
+ await TabServ.EvListInsert(newRec, MP.Core.Objects.Enums.tipoInputEvento.commento);
}
// reset
await E_relData.InvokeAsync(true);
diff --git a/MP-TAB3/Components/OdlMan.razor.cs b/MP-TAB3/Components/OdlMan.razor.cs
index ecf8fd17..ef48c020 100644
--- a/MP-TAB3/Components/OdlMan.razor.cs
+++ b/MP-TAB3/Components/OdlMan.razor.cs
@@ -1,12 +1,12 @@
using global::Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using MP.Data;
+using MP.Core.Objects;
using MP.Data.DbModels;
-using MP.Data.Objects;
using MP.Data.Services;
using NLog;
using System.Text;
-using static MP.Data.Objects.Enums;
+using static MP.Core.Objects.Enums;
namespace MP_TAB3.Components
{
diff --git a/MP-TAB3/Components/ParamsMan.razor.cs b/MP-TAB3/Components/ParamsMan.razor.cs
index 7458f2fc..43f0e463 100644
--- a/MP-TAB3/Components/ParamsMan.razor.cs
+++ b/MP-TAB3/Components/ParamsMan.razor.cs
@@ -1,12 +1,12 @@
using global::Microsoft.AspNetCore.Components;
+using MP.Core.DTO;
using MP.Data.DbModels;
-using MP.Data.DTO;
using MP.Data.Services;
using NLog;
namespace MP_TAB3.Components
{
- public partial class ParamsMan : IDisposable
+ public partial class ParamsMan : ComponentBase, IDisposable
{
#region Public Properties
diff --git a/MP-TAB3/Components/TechSheet_ST_ObjCheck.razor.cs b/MP-TAB3/Components/TechSheet_ST_ObjCheck.razor.cs
index 961bc66e..c373a099 100644
--- a/MP-TAB3/Components/TechSheet_ST_ObjCheck.razor.cs
+++ b/MP-TAB3/Components/TechSheet_ST_ObjCheck.razor.cs
@@ -1,6 +1,6 @@
using global::Microsoft.AspNetCore.Components;
+using MP.Core.Objects;
using MP.Data.DbModels;
-using MP.Data.Objects;
using MP.Data.Services;
namespace MP_TAB3.Components
diff --git a/MP-TAB3/Components/TechSheet_ST_ObjView.razor.cs b/MP-TAB3/Components/TechSheet_ST_ObjView.razor.cs
index 5b40670a..fcfb5187 100644
--- a/MP-TAB3/Components/TechSheet_ST_ObjView.razor.cs
+++ b/MP-TAB3/Components/TechSheet_ST_ObjView.razor.cs
@@ -1,7 +1,7 @@
using global::Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
+using MP.Core.Objects;
using MP.Data.DbModels;
-using MP.Data.Objects;
using MP.Data.Services;
namespace MP_TAB3.Components
diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj
index d354439b..098f61e5 100644
--- a/MP-TAB3/MP-TAB3.csproj
+++ b/MP-TAB3/MP-TAB3.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 6.16.2503.1410
+ 6.16.2503.1418
enable
MP_TAB3
diff --git a/MP-TAB3/Pages/ProdStop.razor.cs b/MP-TAB3/Pages/ProdStop.razor.cs
index ff8477de..2570996d 100644
--- a/MP-TAB3/Pages/ProdStop.razor.cs
+++ b/MP-TAB3/Pages/ProdStop.razor.cs
@@ -102,7 +102,7 @@ namespace MP_TAB3.Pages
pallet = rigaStato.pallet
};
// se realtime
- await TabDServ.EvListInsert(newRec, MP.Data.Objects.Enums.tipoInputEvento.barcode);
+ await TabDServ.EvListInsert(newRec, MP.Core.Objects.Enums.tipoInputEvento.barcode);
// resetta il microstato in modo da ricevere successive info HW
await TabDServ.resetMicrostatoMacchina(IdxMacc);
}
@@ -145,7 +145,7 @@ namespace MP_TAB3.Pages
MatrOpr = MatrOpr,
pallet = rigaStato.pallet
};
- await TabDServ.EvListInsert(newRec, MP.Data.Objects.Enums.tipoInputEvento.barcode);
+ await TabDServ.EvListInsert(newRec, MP.Core.Objects.Enums.tipoInputEvento.barcode);
// update commento apertura!
commento = $"999 - Dich StartEvt: {evento} [{codRich}]";
@@ -159,7 +159,7 @@ namespace MP_TAB3.Pages
MatrOpr = MatrOpr,
pallet = rigaStato.pallet
};
- await TabDServ.EvListInsert(newRec, MP.Data.Objects.Enums.tipoInputEvento.barcode);
+ await TabDServ.EvListInsert(newRec, MP.Core.Objects.Enums.tipoInputEvento.barcode);
// eseguo ricalcolo!
DateTime startRicalcolo = DtRif.AddMinutes(minAnticipoRicalcolo);
// eseguo ricalcolo periodo..
diff --git a/MP-TAB3/Pages/StatusMap.razor.cs b/MP-TAB3/Pages/StatusMap.razor.cs
index 6a1cb538..1185475f 100644
--- a/MP-TAB3/Pages/StatusMap.razor.cs
+++ b/MP-TAB3/Pages/StatusMap.razor.cs
@@ -1,13 +1,10 @@
using global::Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using MP.Data;
-using MP.Data.Conf;
using MP.Data.DbModels;
using MP.Data.Services;
-using MP_TAB3.Shared;
using Newtonsoft.Json;
using NLog;
-using System.Runtime.ExceptionServices;
namespace MP_TAB3.Pages
{
diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html
index 407fcaf8..1664133a 100644
--- a/MP-TAB3/Resources/ChangeLog.html
+++ b/MP-TAB3/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
-
Versione: 6.16.2503.1410
+
Versione: 6.16.2503.1418
Note di rilascio:
-
diff --git a/MP-TAB3/Resources/VersNum.txt b/MP-TAB3/Resources/VersNum.txt
index 8ede05b5..7d5437b1 100644
--- a/MP-TAB3/Resources/VersNum.txt
+++ b/MP-TAB3/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.1410
+6.16.2503.1418
diff --git a/MP-TAB3/Resources/manifest.xml b/MP-TAB3/Resources/manifest.xml
index 470888b7..b59b180d 100644
--- a/MP-TAB3/Resources/manifest.xml
+++ b/MP-TAB3/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.1410
+ 6.16.2503.1418
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html
false