Completato fix compilazione con nuovo oggetto MacchineModel
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>6.16.2506.1215</Version>
|
||||
<Version>6.16.2506.3014</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP_TAB3</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -110,7 +110,7 @@ namespace MP_TAB3.Pages
|
||||
|
||||
private string baseLang { get; set; } = "";
|
||||
|
||||
private List<Macchine>? ListMachineEnabled { get; set; } = null;
|
||||
private List<MacchineModel>? ListMachineEnabled { get; set; } = null;
|
||||
|
||||
private List<MappaStatoExplModel>? ListMSE { get; set; } = null;
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace MP_TAB3.Pages
|
||||
protected List<ODLExpModel> ListComplete { get; set; } = new List<ODLExpModel>();
|
||||
|
||||
protected List<ODLExpModel> ListODL { get; set; } = new List<ODLExpModel>();
|
||||
protected List<Macchine> ListMachine { get; set; } = new List<Macchine>();
|
||||
protected List<MacchineModel> ListMachine { get; set; } = new List<MacchineModel>();
|
||||
|
||||
protected int MatrOpr
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2506.1215</h4>
|
||||
<h4>Versione: 6.16.2506.3014</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2506.1215
|
||||
6.16.2506.3014
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2506.1215</version>
|
||||
<version>6.16.2506.3014</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>
|
||||
|
||||
Reference in New Issue
Block a user