EgtDOORCreator 1.9j3 :
- gestione creazione/apertura singola porta.
This commit is contained in:
@@ -15,10 +15,13 @@ Public Class CompoType
|
||||
|
||||
' Folder Frame
|
||||
Private m_FrameFolderList As New ObservableCollection(Of CompoBrandDir)
|
||||
Public ReadOnly Property FrameFolderList As ObservableCollection(Of CompoBrandDir)
|
||||
Public Property FrameFolderList As ObservableCollection(Of CompoBrandDir)
|
||||
Get
|
||||
Return m_FrameFolderList
|
||||
End Get
|
||||
Set(value As ObservableCollection(Of CompoBrandDir))
|
||||
m_FrameFolderList = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
' Folder Hardware
|
||||
|
||||
Reference in New Issue
Block a user