- aggiunto enum per il tipo di part
- migliorato l'UC per l'edit delle paretine - migliorata la gestinoe degli UC - aggiunta gestione dei click per l'edit paretina - aggiunta la proprietà indice del selezionato per la comboBoxParam - upgrade per lo spessore delle linee negli SVG.
This commit is contained in:
@@ -354,6 +354,17 @@ Public Class _ComboBoxParam
|
||||
m_SelParamCmBx = value
|
||||
RaiseEvent SelectionChanged(Me, m_SelParamCmBx)
|
||||
NotifyPropertyChanged(NameOf(SelParamCmBx))
|
||||
IndexSelParamCmBx = ParamCmBxList.FindIndex(Function(x As ParamCmBx) x.Name = m_SelParamCmBx.Name)
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Private m_IndexSelParamCmBx As Integer
|
||||
Public Property IndexSelParamCmBx As Integer
|
||||
Get
|
||||
Return m_IndexSelParamCmBx
|
||||
End Get
|
||||
Set(value As Integer)
|
||||
m_IndexSelParamCmBx = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
Reference in New Issue
Block a user