diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj
index daa39fcc..6b9504fc 100644
--- a/MP-TAB3/MP-TAB3.csproj
+++ b/MP-TAB3/MP-TAB3.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 6.16.2503.808
+ 6.16.2503.809
enable
MP_TAB3
diff --git a/MP-TAB3/Pages/Controls.razor.cs b/MP-TAB3/Pages/Controls.razor.cs
index 5063203f..5fabe458 100644
--- a/MP-TAB3/Pages/Controls.razor.cs
+++ b/MP-TAB3/Pages/Controls.razor.cs
@@ -2,22 +2,20 @@ namespace MP_TAB3.Pages
{
public partial class Controls
{
- #region Public Methods
+ #region Private Fields
+ private string IdxMaccSubSel = "";
- #endregion Public Methods
+ private bool IsLoading = false;
- #region Protected Properties
-
-
- #endregion Protected Properties
+ #endregion Private Fields
#region Protected Methods
protected async Task ForceReload()
{
IsLoading = true;
- await Task.Delay(50);
+ await Task.Delay(5);
IsLoading = false;
}
@@ -33,19 +31,5 @@ namespace MP_TAB3.Pages
}
#endregion Protected Methods
-
- #region Private Fields
-
- private string IdxMaccSubSel = "";
-
- private bool IsLoading = false;
-
- #endregion Private Fields
-
- #region Private Methods
-
-
-
- #endregion Private Methods
}
}
\ No newline at end of file
diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html
index 2c4ae257..52865357 100644
--- a/MP-TAB3/Resources/ChangeLog.html
+++ b/MP-TAB3/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
- Versione: 6.16.2503.808
+ Versione: 6.16.2503.809
Note di rilascio:
-
diff --git a/MP-TAB3/Resources/VersNum.txt b/MP-TAB3/Resources/VersNum.txt
index 48bd41a1..b11f2077 100644
--- a/MP-TAB3/Resources/VersNum.txt
+++ b/MP-TAB3/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.808
+6.16.2503.809
diff --git a/MP-TAB3/Resources/manifest.xml b/MP-TAB3/Resources/manifest.xml
index ce8d07db..1158244c 100644
--- a/MP-TAB3/Resources/manifest.xml
+++ b/MP-TAB3/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.808
+ 6.16.2503.809
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
diff --git a/MP.Data/Services/TabDataService.cs b/MP.Data/Services/TabDataService.cs
index 50791ece..faa8b9c0 100644
--- a/MP.Data/Services/TabDataService.cs
+++ b/MP.Data/Services/TabDataService.cs
@@ -82,6 +82,7 @@ namespace MP.Data.Services
/// Evento richiesta rilettura dati pagina (x refresh pagine aperte)
///
public event EventHandler ReloadRequest = delegate { };
+
///
/// Evento report dati invalidati x rilettura
///
@@ -1314,6 +1315,7 @@ namespace MP.Data.Services
ReloadRequest.Invoke(this, rea);
}
}
+
///
/// Invio notifica dati invalidati x impianto
///