Aggiornato nome IdGroup in GroupId

This commit is contained in:
Annamaria Sassi
2025-10-22 17:00:44 +02:00
parent fad95d22b6
commit aa956217eb
14 changed files with 80 additions and 76 deletions
+2 -2
View File
@@ -460,7 +460,7 @@ namespace WebWindowComplex.Models
{
Sash newSash = new Sash(newParentArea, m_ParentWindow);
AddCounterGroup();
newSash.SetIdGroup(nCounterGroup);
newSash.SetGroupId(nCounterGroup);
newSash.SetAreaType(AreaType);
// Imposta la quantità di ante e definisce SashDimension di ogni anta ai valori di default
newSash.SetSashQty(nSashQty);
@@ -561,7 +561,7 @@ namespace WebWindowComplex.Models
{
Sash newSash = new Sash(Area, Area.ParentWindow);
AddCounterGroup();
newSash.SetIdGroup(nCounterGroup);
newSash.SetGroupId(nCounterGroup);
newSash.SetAreaType(AreaTypes.SASH);
newSash.SetSashQty(1);
newSash.SetOrientationSashType(OrientationSash.VERTICAL);