Typo Spec

This commit is contained in:
Samuele Locatelli
2023-02-24 17:27:12 +01:00
parent 3a621772ce
commit 45c95cc7bc
5 changed files with 18 additions and 22 deletions
+14 -18
View File
@@ -1,34 +1,19 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using System.Net.Http;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Components.Authorization;
using Microsoft.AspNetCore.Components.Forms;
using Microsoft.AspNetCore.Components.Routing;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.Web.Virtualization;
using Microsoft.JSInterop;
using MP.SPEC;
using MP.SPEC.Shared;
using MP.SPEC.Components;
using MP.SPEC.Data;
namespace MP.SPEC.Components
{
public partial class ListOdlLotto
{
#region Public Properties
[Parameter]
public string BatchSel { get; set; } = null!;
private List<int> elencoODL { get; set; } = new List<int>();
#endregion Public Properties
#region Protected Methods
[Inject]
private MpDataService MDService { get; set; } = null!;
protected override async Task OnParametersSetAsync()
{
if (!string.IsNullOrEmpty(BatchSel))
@@ -40,5 +25,16 @@ namespace MP.SPEC.Components
elencoODL = new List<int>();
}
}
#endregion Protected Methods
#region Private Properties
private List<int> elencoODL { get; set; } = new List<int>();
[Inject]
private MpDataService MDService { get; set; } = null!;
#endregion Private Properties
}
}
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2302.1519</Version>
<Version>6.16.2302.2218</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2302.1519</h4>
<h4>Versione: 6.16.2302.2218</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2302.1519
6.16.2302.2218
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2302.1519</version>
<version>6.16.2302.2218</version>
<url>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>