-modifiche grafiche finestre

This commit is contained in:
Demetrio Cassarino
2024-11-29 09:45:03 +01:00
parent caf0a0ea3a
commit 971628a549
6 changed files with 56 additions and 25 deletions
@@ -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