Fix chiamata senza HW iniziale + altre in ordine
This commit is contained in:
@@ -103,11 +103,16 @@ namespace WebWindowComplex.Models
|
||||
}
|
||||
}
|
||||
|
||||
internal JsonWindow Serialize()
|
||||
/// <summary>
|
||||
/// Serializzazione dell'oggetto windows
|
||||
/// </summary>
|
||||
/// <param name="hideHw">Hide hw x preview SVG veloci</param>
|
||||
/// <returns></returns>
|
||||
internal JsonWindow Serialize(bool hideHw = false)
|
||||
{
|
||||
JsonWindow JsonWindow = new JsonWindow(sProfilePath, sMaterial, sColorMaterial, sGlass);
|
||||
foreach (var Area in AreaList)
|
||||
JsonWindow.AreaList.Add(Area.Serialize());
|
||||
JsonWindow.AreaList.Add(Area.Serialize(hideHw));
|
||||
return JsonWindow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user