Aggiornamento
This commit is contained in:
@@ -191,7 +191,7 @@ namespace WebWindowComplex.Models
|
||||
foreach(var anta in sash.SashList)
|
||||
{
|
||||
foreach (var j in anta.JointList)
|
||||
j.SelJointType = anta.JointList.FirstOrDefault().SelJointType;
|
||||
j.SelJointType = anta.JointList.FirstOrDefault()!.SelJointType;
|
||||
}
|
||||
}
|
||||
// Aggiorno altezza sotto aree
|
||||
|
||||
Reference in New Issue
Block a user