-pulizia codice

-focus oer slider da sistemare
-aggiunto selezione layer in scena che visualizza il layer nell'albero da controllare
This commit is contained in:
Demetrio Cassarino
2024-07-05 17:11:01 +02:00
parent 6cbe8c0683
commit 2ec5866c4a
44 changed files with 484 additions and 693 deletions
@@ -1,6 +1,5 @@
Imports System.Collections.ObjectModel
Imports EgtUILib
Imports EgtCAM5.IniFile
Public Class ManageLayerExpanderVM
Inherits ViewModelBase
@@ -15,7 +14,7 @@ Public Class ManageLayerExpanderVM
End Get
Set(value As String)
m_HeaderName = value
OnPropertyChanged("HeaderName")
OnPropertyChanged(NameOf(HeaderName))
End Set
End Property
@@ -26,7 +25,7 @@ Public Class ManageLayerExpanderVM
End Get
Set(value As SolidColorBrush)
m_HeaderColor = value
OnPropertyChanged("HeaderColor")
OnPropertyChanged(NameOf(HeaderColor))
End Set
End Property
@@ -835,6 +834,7 @@ Public Class ManageLayerExpanderVM
Return Nothing
End Function
#End Region ' Methods
End Class