fix inizializzazione parametri

This commit is contained in:
zaccaria.majid
2022-11-24 08:42:03 +01:00
parent a11fbd4dd3
commit db67889482
5 changed files with 8 additions and 7 deletions
+4 -3
View File
@@ -27,15 +27,16 @@ namespace MP.INVE.Components
/// </summary> /// </summary>
protected void setFocus() protected void setFocus()
{ {
// all'apertura del componente -_> focus su txtbox scan (e anche dopo input) // all'apertura del componente --> focus su txtbox scan (e anche dopo input)
} }
private ElementReference target; private ElementReference target;
protected string lastScan { get; set; } = ""; protected string lastScan { get; set; } = "";
[Parameter]
public SelectScanParams currParams { get; set; } = null!; public SelectScanParams currParams = new SelectScanParams();
protected string rawScan protected string rawScan
{ {
get => currParams.UDC; get => currParams.UDC;
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.INVE</RootNamespace> <RootNamespace>MP.INVE</RootNamespace>
<Version>6.16.2211.2317</Version> <Version>6.16.2211.2408</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body> <body>
<i>Modulo MAPOINVE </i> <i>Modulo MAPOINVE </i>
<h4>Versione: 6.16.2211.2317</h4> <h4>Versione: 6.16.2211.2408</h4>
<br /> Note di rilascio: <br /> Note di rilascio:
<ul> <ul>
<li> <li>
+1 -1
View File
@@ -1 +1 @@
6.16.2211.2317 6.16.2211.2408
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<item> <item>
<version>6.16.2211.2317</version> <version>6.16.2211.2408</version>
<url>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip</url> <url>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html</changelog> <changelog>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory> <mandatory>false</mandatory>