cb84da03cd
- Inserimento della guida
17 lines
430 B
VB.net
17 lines
430 B
VB.net
Imports System.Collections.ObjectModel
|
|
Imports System.ComponentModel
|
|
Imports System.Windows.Forms
|
|
Imports EgtUILib
|
|
|
|
Public Class GuideViewModel
|
|
' se non è stata selezionato ancora nulla allora faccio partire il menu principale
|
|
Public Shared m_AddressGuide As String = "MainMenu.html"
|
|
|
|
Public ReadOnly Property Title As String
|
|
Get
|
|
Return "Guide"
|
|
End Get
|
|
End Property
|
|
|
|
End Class
|