EgtDOORCreator 2.2e1:

-> correzione gestione creazione cartelle ".frame"
-> correzione lettura visibilità dei parametri delle componenti sui frame.
This commit is contained in:
Nicola Pievani
2020-05-06 13:25:44 +00:00
parent 43a9873403
commit e65a72681b
7 changed files with 54 additions and 33 deletions
+10
View File
@@ -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