EgtDOORCreator 1.8i1 : - è stato modificato il bottone Help

This commit is contained in:
Nicola Pievani
2017-09-14 09:39:26 +00:00
parent bfc431ee1b
commit 322ecb8682
11 changed files with 37 additions and 21 deletions
+9 -3
View File
@@ -86,7 +86,13 @@ Public Class ProjectManagerViewModel
Public ReadOnly Property GuideToolTip As String
Get
Return "Guide"
Return EgtMsg(50305)
End Get
End Property
Public ReadOnly Property Help As String
Get
Return EgtMsg(50305)
End Get
End Property
@@ -571,8 +577,8 @@ Public Class ProjectManagerViewModel
Public Sub Guide()
Dim rfGuideViewModel As New GuideViewModel
Dim GuideWindow As New GuideView(Application.Current.MainWindow, rfGuideViewModel)
GuideWindow.Height = 700
GuideWindow.Width = 600
GuideWindow.Height = 800
GuideWindow.Width = 1500
GuideWindow.Show()
End Sub