Correzioni rimozione elementi in liste

This commit is contained in:
Emmanuele Sassi
2021-04-15 15:21:48 +02:00
parent 9ceed14f85
commit 7599503601
11 changed files with 108 additions and 80 deletions
@@ -58,6 +58,16 @@ Public Class ProjectFileVM
End Set
End Property
Private Property m_bIsLocked As Boolean = False
Public Overridable Property bIsLocked As Boolean
Get
Return m_bIsLocked
End Get
Set(value As Boolean)
m_bIsLocked = value
End Set
End Property
#Region "CONSTRUCTORS"
#End Region ' CONSTRUCTORS