Update catena aggiornamenti sath
This commit is contained in:
@@ -540,7 +540,11 @@ namespace WebWindowComplex.Models
|
||||
public void SetSelFamilyHardware(string sFamilyHw)
|
||||
{
|
||||
m_SelFamilyHardware = sFamilyHw;
|
||||
ReqRefreshShape();
|
||||
// se ho la shape aggiorno elenco HW
|
||||
if (!string.IsNullOrEmpty(m_CurrShape))
|
||||
{
|
||||
RefreshHardwareList();
|
||||
}
|
||||
RefreshHardwareOptionList();
|
||||
SetFirstHardware();
|
||||
}
|
||||
@@ -773,7 +777,6 @@ namespace WebWindowComplex.Models
|
||||
.Select(x => x.FamilyName)
|
||||
.FirstOrDefault();
|
||||
SetSelFamilyHardware(item ?? "");
|
||||
//SelFamilyHardware = item ?? "";
|
||||
}
|
||||
return SelFamilyHardware;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user