-modifiche grafiche finestre
This commit is contained in:
@@ -172,7 +172,11 @@ Public Class NewOpenProjectFileDialogVM
|
||||
End If
|
||||
' rimuovo da lista ultimi progetti aperti
|
||||
For Each Project In SelProject.ProjFileList
|
||||
Map.refProjManagerVM.m_MruFiles.Remove(Project.sProjPath)
|
||||
If Not IsNothing(Map.refProjManagerVM) Then
|
||||
Map.refProjManagerVM.m_MruFiles.Remove(Project.sProjPath)
|
||||
Else
|
||||
Map.refOnlyProdManagerVM.m_MruFiles.Remove(Project.sProjPath)
|
||||
End If
|
||||
Next
|
||||
Map.refProjManagerVM.NotifyPropertyChanged(NameOf(Map.refProjManagerVM.MruFileNames))
|
||||
If Not IsNothing(SelProject.ProdFileVM) Then
|
||||
|
||||
Reference in New Issue
Block a user