Cambiato nome Material in Wood
This commit is contained in:
@@ -50,15 +50,15 @@ namespace WebWindowComplex.Models
|
||||
}
|
||||
}
|
||||
|
||||
public string sMaterial
|
||||
public string sWood
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_sMaterial;
|
||||
return m_sWood;
|
||||
}
|
||||
set
|
||||
{
|
||||
m_sMaterial = value;
|
||||
m_sWood = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ namespace WebWindowComplex.Models
|
||||
/// <returns></returns>
|
||||
internal JsonWindow Serialize(bool hideHw = false)
|
||||
{
|
||||
JsonWindow JsonWindow = new JsonWindow(sProfilePath, sMaterial, sColorMaterial, sGlass);
|
||||
JsonWindow JsonWindow = new JsonWindow(sProfilePath, sWood, sColorMaterial, sGlass);
|
||||
foreach (var Area in AreaList)
|
||||
JsonWindow.AreaList.Add(Area.Serialize(hideHw));
|
||||
return JsonWindow;
|
||||
@@ -133,7 +133,7 @@ namespace WebWindowComplex.Models
|
||||
private List<Frame> m_AreaList = new List<Frame>();
|
||||
private string? m_sColorMaterial;
|
||||
private string? m_sGlass;
|
||||
private string? m_sMaterial;
|
||||
private string? m_sWood;
|
||||
private string? m_sProfilePath;
|
||||
|
||||
#endregion Private Fields
|
||||
|
||||
Reference in New Issue
Block a user