aggiunto try-catch su timer

This commit is contained in:
Samuele Locatelli
2022-10-26 14:59:04 +02:00
parent 54d1a47a58
commit 74db1d2c34
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>AnyCPU;x86;x64</Platforms>
<Version>1.2.2210.2612</Version>
<Version>1.2.2210.2614</Version>
</PropertyGroup>
<ItemGroup>
+8 -3
View File
@@ -33,9 +33,14 @@ namespace MP.MONO.UI.Pages
SearchRecordsREC = null;
ListRecords = null;
ListRecordsREC = null;
aTimer.Elapsed -= ElapsedTimer;
aTimer.Stop();
aTimer.Dispose();
try
{
aTimer.Elapsed -= ElapsedTimer;
aTimer.Stop();
aTimer.Dispose();
}
catch
{ }
GC.Collect();
}
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>MAPO-MONO</i>
<h4>Version: 1.2.2210.2612</h4>
<h4>Version: 1.2.2210.2614</h4>
<br /> Release Note:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.2.2210.2612
1.2.2210.2614
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.2.2210.2612</version>
<version>1.2.2210.2614</version>
<url>http://nexus.steamware.net/repository/SWS/MP.MONO.UI/stable/LAST/MP.Mon.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/MP.MONO.UI/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>