Rimosso preselezione vecchio modo
This commit is contained in:
@@ -108,12 +108,6 @@ namespace WebWindowComplex
|
||||
[Parameter]
|
||||
public LivePayload LiveData { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Preselezione valori
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public SelectPayload? SelectionData { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// Preselezione valori
|
||||
/// </summary>
|
||||
@@ -196,8 +190,6 @@ namespace WebWindowComplex
|
||||
SvgPreview = LiveData.SvgPreview,
|
||||
ProfElementList = LiveData.ProfElementList
|
||||
};
|
||||
// Aggiornati parametri di ingresso selezionati
|
||||
UpdateSelParameter();
|
||||
// provo a deserializzare SE necessario
|
||||
if (needDeser)
|
||||
{
|
||||
@@ -2076,21 +2068,6 @@ namespace WebWindowComplex
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Metodo per settare i parmateri di ingresso selezionati
|
||||
/// </summary>
|
||||
private void UpdateSelParameter()
|
||||
{
|
||||
if (SelectionData != null && SelectionData.IsValid())
|
||||
{
|
||||
SelFamilyHardware = SelectionData.FamilyHardware ?? "";
|
||||
SelColorMaterial = SelectionData.ColorMaterial ?? "";
|
||||
SelWood = SelectionData.Wood ?? "";
|
||||
SelGlass = SelectionData.Glass ?? "";
|
||||
SelProfile = SelectionData.Profile ?? "";
|
||||
}
|
||||
}
|
||||
|
||||
#endregion Private Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user