Gestito hw option (reset e domanda)
This commit is contained in:
@@ -845,11 +845,11 @@ namespace WebWindowComplex.Models
|
||||
foreach (var HwOption in HwOptionList)
|
||||
JsonSash.HwOptionList.Add(HwOption.Serialize());
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach (var HwOption in SelHwOptionList)
|
||||
JsonSash.HwOptionList.Add(new JsonHwOption(HwOption.Key, HwOption.Value));
|
||||
}
|
||||
//else if(currHwId != "000000")
|
||||
//{
|
||||
// foreach (var HwOption in SelHwOptionList)
|
||||
// JsonSash.HwOptionList.Add(new JsonHwOption(HwOption.Key, HwOption.Value));
|
||||
//}
|
||||
//if (SashArcElem != null)
|
||||
// JsonSash.ArcElement = SashArcElem.Serialize();
|
||||
//else
|
||||
|
||||
Reference in New Issue
Block a user