Cambiato nome Material in Wood

This commit is contained in:
Annamaria Sassi
2026-03-30 12:24:58 +02:00
parent c7a8fa9e99
commit 57160cd18c
23 changed files with 82 additions and 73 deletions
+3 -3
View File
@@ -40,10 +40,10 @@ namespace WebWindowComplex
currWindow.sColorMaterial = DictParameter.GetValueOrDefault("Color")!;
DictParameter.Remove("Color");
}
if (!string.IsNullOrEmpty(DictParameter.GetValueOrDefault("Material")))
if (!string.IsNullOrEmpty(DictParameter.GetValueOrDefault("Wood")))
{
currWindow.sMaterial = DictParameter.GetValueOrDefault("Material")!;
DictParameter.Remove("Material");
currWindow.sWood = DictParameter.GetValueOrDefault("Wood")!;
DictParameter.Remove("Wood");
}
if (!string.IsNullOrEmpty(DictParameter.GetValueOrDefault("Glass")))
{