-aggiunto paragrafo note a db lavorazione

This commit is contained in:
Demetrio Cassarino
2024-07-08 16:39:43 +02:00
parent c646444f3b
commit a2fb5fb162
28 changed files with 2531 additions and 329 deletions
+1 -5
View File
@@ -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))