EgtDOORCreator 2.1j1 :
-> ho tolto dalla OptionPage il tab che si riferisce alle dimensioni dell'Hardware e ho ripristinato il bottone nella barra dei comandi della grafica; -> ho sostituito i bottoni "Hardware" e "Door" con due RadioButton, cambiata anche la posizione; -> ho aggiornato le icone "SaveAs" e "HardwarePart".
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Public Class HardwarePartWindowVM
|
||||
|
||||
Private m_HardwarePartV As HardwarePartV
|
||||
Private m_HardwarePartVM As HardwarePartVM
|
||||
|
||||
Public ReadOnly Property HardwarePart As ContentControl
|
||||
Get
|
||||
Return m_HardwarePartV
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Sub new (ref_HardwarePartVM As HardwarePartVM)
|
||||
m_HardwarePartVM = ref_HardwarePartVM
|
||||
m_HardwarePartV = New HardwarePartV(m_HardwarePartVM)
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user