EgtDOORCreator 1.9g1 :

- ripristino della modalità assemblato
- aggiunta del campo properties nel ddf 
- semplificazione del codice in modalità porta singola/assemblato
This commit is contained in:
Nicola Pievani
2018-07-19 16:44:03 +00:00
parent 70c5223b97
commit eaee74096d
26 changed files with 3026 additions and 1833 deletions
+1 -7
View File
@@ -217,9 +217,6 @@ Public Class ProjectManagerHardwareVM
#Region "OptionsCommand"
''' <summary>
''' Returns a command that do Export.
''' </summary>
Public ReadOnly Property OptionsCommand As ICommand
Get
If m_cmdOptions Is Nothing Then
@@ -229,12 +226,9 @@ Public Class ProjectManagerHardwareVM
End Get
End Property
''' <summary>
''' Execute the Export. This method is invoked by the ExportCommand.
''' </summary>
Public Sub Options(ByVal param As Object)
Dim OptionsWindow As New OptionsV
OptionsWindow.Height = 550
OptionsWindow.Height = 750
OptionsWindow.Width = 650
OptionsWindow.DataContext = New OptionsVM()
OptionsWindow.Owner = Application.Current.MainWindow