EgtDOORCreator 1.8i1 : - è stato modificato il bottone Help
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user