EgtDOORCreator 1.8e7 :

- Inserimento della guida
This commit is contained in:
Nicola Pievani
2017-05-25 17:09:28 +00:00
parent e42191a4ad
commit cb84da03cd
19 changed files with 176 additions and 14 deletions
+16
View File
@@ -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