Correzione salvataggio Proj

This commit is contained in:
Emmanuele Sassi
2021-03-05 16:54:09 +01:00
parent e9e713704a
commit e231e8de66
2 changed files with 3 additions and 2 deletions
@@ -206,6 +206,7 @@ Public Class ProjectFile
If bNewProject Then
' lo elimino
Directory.Delete(sProjectDirPath, True)
DbControllers.m_ProjController.DeleteProj(CurrProject.m_nProjId)
If Type = ProjectType.PROD AndAlso CurrProject.m_nProdId = Map.refProjManagerVM.CurrProj.m_nProdId Then
' reset prod in path proj
Map.refProjManagerVM.CurrProj.ResetProdId()