- fix reload post controlli
- typo e refactoring vari
This commit is contained in:
Samuele E. Locatelli
2025-03-08 09:06:27 +01:00
parent f037786163
commit 8f7ebec2c0
6 changed files with 11 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2503.808</Version>
<Version>6.16.2503.809</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB3</RootNamespace>
</PropertyGroup>
+5 -21
View File
@@ -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
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2503.808</h4>
<h4>Versione: 6.16.2503.809</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2503.808
6.16.2503.809
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2503.808</version>
<version>6.16.2503.809</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+2
View File
@@ -82,6 +82,7 @@ namespace MP.Data.Services
/// Evento richiesta rilettura dati pagina (x refresh pagine aperte)
/// </summary>
public event EventHandler ReloadRequest = delegate { };
/// <summary>
/// Evento report dati invalidati x rilettura
/// </summary>
@@ -1314,6 +1315,7 @@ namespace MP.Data.Services
ReloadRequest.Invoke(this, rea);
}
}
/// <summary>
/// Invio notifica dati invalidati x impianto
/// </summary>