-aggiornato visualizzazione messaggi al cambio lingua
This commit is contained in:
@@ -28,6 +28,26 @@ Public Class ViewPanelProspectiveVM
|
||||
|
||||
#End Region ' Fields & Properties
|
||||
|
||||
#Region "CONSTRUCTOR"
|
||||
|
||||
Sub New()
|
||||
Map.SetRefViewPanelProspectiveVM(Me)
|
||||
End Sub
|
||||
|
||||
#End Region ' Constructor
|
||||
|
||||
#Region "METHODS"
|
||||
|
||||
''' <summary>
|
||||
''' Funzione che aggiorna i messaggi del Manager
|
||||
''' </summary>
|
||||
Friend Sub UpdateMessageViewProspectivePanel()
|
||||
NotifyPropertyChanged(NameOf(Orthographic_Msg))
|
||||
NotifyPropertyChanged(NameOf(Prospective_Msg))
|
||||
End Sub
|
||||
|
||||
#End Region ' Methods
|
||||
|
||||
#Region "COMMANDS"
|
||||
|
||||
#Region "OrthographicViewCommand"
|
||||
|
||||
Reference in New Issue
Block a user