Update x ridurre peso chiamate DB

This commit is contained in:
Samuele E. Locatelli
2022-10-22 23:03:14 +02:00
parent a0976ab148
commit 38401b75b5
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Platforms>AnyCPU;x86;x64</Platforms>
<Version>1.2.2210.2222</Version>
<Version>1.2.2210.2223</Version>
</PropertyGroup>
<ItemGroup>
+2 -1
View File
@@ -128,7 +128,7 @@ namespace MP.MONO.UI.Pages
protected override async Task OnInitializedAsync()
{
//StartTimer();
#if false
if (setLogRec)
{
SearchRecords = await MMDataService.AlarmLogGetFilt(MachineId, 0, MaxRecord);
@@ -140,6 +140,7 @@ namespace MP.MONO.UI.Pages
SearchRecordsREC = await MMDataService.AlarmRecGetFilt(MachineId, 0, MaxRecord);
ListRecordsREC = SearchRecordsREC.Skip(numRecord * (currPage - 1)).Take(numRecord).ToList();
}
#endif
await ReloadData(true);
}
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>MAPO-MONO</i>
<h4>Version: 1.2.2210.2222</h4>
<h4>Version: 1.2.2210.2223</h4>
<br /> Release Note:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.2.2210.2222
1.2.2210.2223
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.2.2210.2222</version>
<version>1.2.2210.2223</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>