Merge commit '6c580fecdb59c5783b1fa12567ab908741f23824'

This commit is contained in:
Dario Sassi
2025-01-23 10:21:15 +01:00
+7
View File
@@ -399,6 +399,13 @@ Public Class BTLFeatureM
TempList.Add(NewBTLParam)
ParamIndex += 1
End While
If TempList.Count <= 0 Then
nSelVARIANT = 0
While BTLIniFile.GetBeamPrivateProfileParam(m_nSelGRP, m_nPRC, nSelVARIANT, True, ParamIndex, Me, NewBTLParam)
TempList.Add(NewBTLParam)
ParamIndex += 1
End While
End If
NewBTLFeature.PBTLParamMList = TempList
' leggo tutti i Q della feature
ParamIndex = 1