EgtDOORCreator 1.8e7 :
- Inserimento della guida
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user