Files
omagoffice/OptionPanel/RawPartTab/OmagPhotoV.xaml.vb
Nicola Pievani 6260fb00d4 OmagOFFICE 2.2i2 :
-> quando avvio la selezione delle lastre da DataBase rendo visibili quelle con stato "AVAILABLE"
2020-09-02 09:19:08 +00:00

15 lines
410 B
VB.net

Public Class OmagPhotoV
'Private m_OmagPhotoVM As OmagPhotoVM
'Sub New(Owner As Window, OmagPhotoVM As OmagPhotoVM)
' MyBase.New(Owner)
' ' This call is required by the designer.
' InitializeComponent()
' Me.DataContext = OmagPhotoVM
' ' Assegno al riferimento locale al VM il VM preso dal DataContext
' m_OmagPhotoVM = OmagPhotoVM
'End Sub
End Class