EgtDOORCreator 2.2e1:
-> correzione gestione creazione cartelle ".frame" -> correzione lettura visibilità dei parametri delle componenti sui frame.
This commit is contained in:
@@ -12,6 +12,16 @@ Public Class MySaveFileDialogVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property VisibilityCreateFrameDir As Visibility
|
||||
Get
|
||||
If OptionModule.m_ConfigurationSoftware = ConfigType.Assembly Then
|
||||
Return Visibility.Collapsed
|
||||
Else
|
||||
Return Visibility.Visible
|
||||
End If
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Private Property m_IsFrame As Boolean = False
|
||||
Public Property IsFrame As Boolean
|
||||
Get
|
||||
|
||||
Reference in New Issue
Block a user