Fix conf prod che resta aperto troppo

This commit is contained in:
Samuele Locatelli
2025-07-11 16:45:10 +02:00
parent 63cc08f21d
commit a88f9d888f
5 changed files with 12 additions and 5 deletions
+8 -1
View File
@@ -6,8 +6,14 @@ using NLog.Fluent;
namespace MP_TAB3.Components
{
public partial class ProdConfirm
public partial class ProdConfirm:IDisposable
{
public void Dispose()
{
confTimer.Elapsed -= ConfTimer_Elapsed;
}
#region Public Properties
/// <summary>
@@ -251,6 +257,7 @@ namespace MP_TAB3.Components
/// <exception cref="NotImplementedException"></exception>
private void ConfTimer_Elapsed(object? sender, System.Timers.ElapsedEventArgs e)
{
confTimer.Stop();
showConfirmResult = false;
// resetto
lastPzBuoni = 0;
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2507.1111</Version>
<Version>6.16.2507.1116</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB3</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2507.1111</h4>
<h4>Versione: 6.16.2507.1116</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2507.1111
6.16.2507.1116
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2507.1111</version>
<version>6.16.2507.1116</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>