- Iniziato ad aggiungere inglesine come split
- Corretto warnings
This commit is contained in:
@@ -47,7 +47,7 @@ namespace WebWindowConfigurator.Json
|
||||
{
|
||||
Window Window = new Window() { sProfilePath = m_sProfilePath };
|
||||
foreach (var Area in AreaList)
|
||||
Window.AreaList.Add((Frame)Area.Deserialize(null,Window));
|
||||
Window.AreaList.Add((Frame)Area.Deserialize(null,Window)!);
|
||||
return Window;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>3.1.2.1713</Version>
|
||||
<Version>3.1.2.1715</Version>
|
||||
<Authors>Annamaria Sassi</Authors>
|
||||
<Company>Egalware</Company>
|
||||
<Description>Componente gestione JWD per LUX</Description>
|
||||
@@ -160,6 +160,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user