Files
EgtDOORCreator/Guide/GuideViewModel.vb
T

17 lines
420 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 = "Test"
Public ReadOnly Property Title As String
Get
Return "Help"
End Get
End Property
End Class