OmagVIEWPlus 2.3a1:

-> aggiornamento automatico della lista "PartList";
-> verifica funzionamento ultima versione.
This commit is contained in:
Nicola Pievani
2021-01-07 14:08:14 +00:00
parent 4ed5b11022
commit 65dee8bf4c
26 changed files with 1794 additions and 265 deletions
+11
View File
@@ -0,0 +1,11 @@
Public Class TablePartWindowV
Private m_TablePartWindowVM As TablePartWindowVM
Sub New(Owner As Window, objTablePartWindowVM As TablePartWindowVM)
MyBase.New(Owner)
' This call is required by the designer.
InitializeComponent()
' Add any initialization after the InitializeComponent() call.
Me.DataContext = objTablePartWindowVM
m_TablePartWindowVM = objTablePartWindowVM
End Sub
End Class