EgtDOORCreator :

- lettura dei file DDF con la gestione dei principali errori
- scrittura del file DDF con le componenti già "impilate" e nell'ordine corretto
This commit is contained in:
Nicola Pievani
2017-02-10 12:37:25 +00:00
parent 98536591f0
commit 6073472bee
7 changed files with 591 additions and 513 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ Public Class CompoPanelViewModel
''' Execute the Exec. This method is invoked by the ExecCommand.
''' </summary>
Public Sub CompoBtn(param As Object)
Dim CurrCompoType As CompoType = DirectCast(param, CompoType)
m_rfDoorParametersViewModel.CurrDoor.AddNewCompo(CurrCompoType)
Dim m_CurrCompoType As CompoType = DirectCast(param, CompoType)
m_rfDoorParametersViewModel.CurrDoor.AddNewCompo(m_CurrCompoType)
End Sub
#End Region ' CompoBtnCommand