Serializzazione hw option nel JWD
This commit is contained in:
@@ -655,6 +655,8 @@ namespace WebWindowComplex.Models
|
||||
JsonSash.SashList.Add(SashDimension.Serialize());
|
||||
foreach (var Joint in JointList)
|
||||
JsonSash.JointList.Add(Joint.Serialize());
|
||||
foreach (var HwOption in HwOptionList)
|
||||
JsonSash.HwOptionList.Add(HwOption.Serialize());
|
||||
foreach (var Area in AreaList)
|
||||
JsonSash.AreaList.Add(Area.Serialize());
|
||||
return JsonSash;
|
||||
|
||||
Reference in New Issue
Block a user