Completate modifiche x generare pacchetto nuget

This commit is contained in:
Samuele Locatelli
2025-09-12 17:46:23 +02:00
parent 8ce90005cb
commit 658faa7d57
6 changed files with 107 additions and 10 deletions
+6 -3
View File
@@ -6,6 +6,7 @@ using System.ComponentModel;
using System.Drawing;
using System.Runtime.Intrinsics.Arm;
using System.Xml.Serialization;
using WebWindow.Base;
using WebWindowComplex.Json;
using static WebWindowComplex.Json.WindowConst;
@@ -1753,8 +1754,9 @@ namespace WebWindowComplex
}
}
#if false
public class Hardware
{
{
private string m_sId;
public string sId
{
@@ -1772,7 +1774,7 @@ namespace WebWindowComplex
return m_sFamily;
}
}
private string m_sName;
public string sName
{
@@ -1828,7 +1830,8 @@ namespace WebWindowComplex
m_nSashQty = nSashQty;
m_nSashPosition = nSashPosition;
}
}
}
#endif
public class AGBOption
{