EgtBEAMWALL :

- modificata combo di Variant con primo valore 0 (per poter verificare funzionamento librerie).
This commit is contained in:
Dario Sassi
2025-01-15 19:16:35 +01:00
parent f6c736ef40
commit e69f85e5e1
+1 -1
View File
@@ -100,7 +100,7 @@ Public Class BTLFeatureM
End Set
End Property
Protected m_VARIANTList As New ObservableCollection(Of Integer)({1, 2, 3, 4, 5, 6, 7, 8, 9, 10})
Protected m_VARIANTList As New ObservableCollection(Of Integer)({0, 1, 2, 3, 4, 5, 6, 7, 8, 9})
Public Property VARIANTList As ObservableCollection(Of Integer)
Get
Return m_VARIANTList