- aggiunta gestione archiviazione progetti

This commit is contained in:
Emmanuele Sassi
2023-08-25 11:53:04 +02:00
parent 92f347cd7e
commit b7a127c1cd
7 changed files with 157 additions and 181 deletions
@@ -155,7 +155,7 @@ Public Class ProdFileVM
End Try
Map.refProdManagerVM.m_MruFiles.Remove(CurrProject.sProdPath)
Map.refProdManagerVM.NotifyPropertyChanged(NameOf(Map.refProdManagerVM.MruFileNames))
DbControllers.m_ProdController.DeleteProd(CurrProject.nProdId)
DbControllers.m_ProdController.DeleteProd(CurrProject.nProdId, True)
If CurrProject.nProdId = Map.refProjManagerVM.CurrProj.nProdId Then
' reset prod in path proj
Map.refProjManagerVM.UpdateCurrProj()