Gestito hw option (reset e domanda)

This commit is contained in:
Annamaria Sassi
2026-02-04 15:49:36 +01:00
parent 36a777a4b4
commit 3a87536ad3
10 changed files with 110 additions and 37 deletions
+5 -5
View File
@@ -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