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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user