LicenseManager 2.1b4:

- Aggiunte: Icona, Title, AboutBox
This commit is contained in:
Renzo Lanza
2019-03-01 14:20:56 +00:00
parent e9e4db3cef
commit 9ab0d0cef5
12 changed files with 621 additions and 16 deletions
+20
View File
@@ -24,6 +24,7 @@ Public Class MainMenuVM
Private m_cmdUpdateProduct As Command
Private m_cmdUpdateVersion As Command
Private m_cmdUpdateReseller As Command
'Private m_cmdAboutBox As Command
#End Region ' FIELDS & PROPERTIES
@@ -371,6 +372,25 @@ Public Class MainMenuVM
#End Region ' SearchReseller
'#Region "AboutBox"
' ' Returns a command that manage the MainWindow_Unloaded command
' Public ReadOnly Property AboutBox_Command As ICommand
' Get
' If m_cmdAboutBox Is Nothing Then
' m_cmdAboutBox = New Command(AddressOf AboutBox)
' End If
' Return m_cmdAboutBox
' End Get
' End Property
' ' Manage the MainWindow_Unloaded event. This method is invoked by the cmdMainWindow_Unloaded.
' Public Sub AboutBox(ByVal param As Object)
' Map.refMainWindowVM.SelProjectMode = MainWindowVM.ProjectModeOpt.SEARCHRESELLER
' End Sub
'#End Region ' AboutBox
#End Region ' COMMANDS
End Class