6260fb00d4
-> quando avvio la selezione delle lastre da DataBase rendo visibili quelle con stato "AVAILABLE"
15 lines
410 B
VB.net
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
|