-aggiunto paragrafo note a db lavorazione
This commit is contained in:
@@ -2885,11 +2885,7 @@ Public Class ToolTreeViewItem
|
||||
Next
|
||||
|
||||
SetShowNoteListCombo_Visibility(Visibility.Visible)
|
||||
If m_NotesListCombo.Count <= 0 Then
|
||||
SetShowNoteListCombo_IsEnable(False)
|
||||
Else
|
||||
SetShowNoteListCombo_IsEnable(True)
|
||||
End If
|
||||
SetShowNoteListCombo_IsEnable(If(m_NotesListCombo.Count <= 0, False, True))
|
||||
|
||||
NotifyPropertyChanged(NameOf(NotesList))
|
||||
NotifyPropertyChanged(NameOf(NotesListCombo))
|
||||
|
||||
Reference in New Issue
Block a user