@if (User)
diff --git a/WebWindowComplex/TableComp.razor.cs b/WebWindowComplex/TableComp.razor.cs
index 8e11d34..288af5b 100644
--- a/WebWindowComplex/TableComp.razor.cs
+++ b/WebWindowComplex/TableComp.razor.cs
@@ -1358,6 +1358,7 @@ namespace WebWindowComplex
}
for (int i = 0; i < SashGroupList.Count; i++)
{
+ // Anta non ha famiglia hw, ma รจ stato salvato il valore precedente
if ((string.IsNullOrEmpty(SashGroupList.ElementAt(i).SelFamilyHardware)) &&
prevHardware != null && prevHardware.Count > 0)
{
@@ -1370,6 +1371,7 @@ namespace WebWindowComplex
SashGroupList.ElementAt(i).SetSelFamilyHardwareFromIndex(prevHardware.ElementAt(i).Id);
}
}
+ // salvo il valore di hw nel precedente
else if (prevHardware != null &&
(!string.IsNullOrEmpty(SashGroupList.ElementAt(i).SelFamilyHardware) || SashGroupList.ElementAt(i).SelHardware != null || SashGroupList.ElementAt(i).SelHardware.Id != "000000"))
{
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj
index 113b809..f9c58bf 100644
--- a/WebWindowComplex/WebWindowComplex.csproj
+++ b/WebWindowComplex/WebWindowComplex.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
-
3.1.5.1116
+
3.1.8.413
Annamaria Sassi
Egalware
Componente gestione Configurazioni avanzate Window per LUX
@@ -211,5 +211,6 @@
+
diff --git a/WebWindowComplex/wwwroot/icone/shape/Double Chamfer.png b/WebWindowComplex/wwwroot/icone/shape/Double Chamfer.png
new file mode 100644
index 0000000..e299569
Binary files /dev/null and b/WebWindowComplex/wwwroot/icone/shape/Double Chamfer.png differ
diff --git a/WebWindowComplex/wwwroot/icone/shape/Left Chamfer.png b/WebWindowComplex/wwwroot/icone/shape/Left Chamfer.png
new file mode 100644
index 0000000..ab547d7
Binary files /dev/null and b/WebWindowComplex/wwwroot/icone/shape/Left Chamfer.png differ
diff --git a/WebWindowComplex/wwwroot/icone/shape/Rectangle.png b/WebWindowComplex/wwwroot/icone/shape/Rectangle.png
new file mode 100644
index 0000000..18ce29d
Binary files /dev/null and b/WebWindowComplex/wwwroot/icone/shape/Rectangle.png differ
diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj
index 3222ccb..b40a6d8 100644
--- a/WebWindowConfigurator/WebWindowConfigurator.csproj
+++ b/WebWindowConfigurator/WebWindowConfigurator.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
-
3.1.5.1116
+
3.1.8.413
Annamaria Sassi
Egalware
Componente gestione JWD per LUX
@@ -291,6 +291,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+