Completate modifiche x generare pacchetto nuget
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user