LicenseManager 2.1b4:
- Aggiunte: Icona, Title, AboutBox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user