Cambiato nome Material in Wood
This commit is contained in:
@@ -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")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user