17 lines
368 B
VB.net
17 lines
368 B
VB.net
Public Class GuideVM
|
|
|
|
#Region "FIELDS & PROPERTIES"
|
|
|
|
' se non è stata selezionato ancora nulla allora faccio partire il menu principale
|
|
Public Shared m_AddressGuide As String = "Index"
|
|
|
|
Public ReadOnly Property Title As String
|
|
Get
|
|
Return "Help"
|
|
End Get
|
|
End Property
|
|
|
|
#End Region ' Fields & Properties
|
|
|
|
End Class
|