Merge commit 'cdf740cba7080760f7c88a112dd619bc8a9deb9c' into feature/DevExpress-RawPartList
This commit is contained in:
@@ -40,8 +40,12 @@ Public Class MainMenuVM
|
||||
End Get
|
||||
Set(value As Boolean)
|
||||
If value Then
|
||||
SelPage = Pages.OPTIMIZERPAGE
|
||||
SetConfigurationImagePath(CONFIGURATION_IMAGE)
|
||||
Dim bModify As Boolean = True
|
||||
If Map.refStrategyManagerVM.bIsModifyStrategy Then bModify = Map.refStrategyManagerVM.SaveCustomConfigJson()
|
||||
If bModify Then
|
||||
SelPage = Pages.OPTIMIZERPAGE
|
||||
SetConfigurationImagePath(CONFIGURATION_IMAGE)
|
||||
End If
|
||||
End If
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Reference in New Issue
Block a user