Aggiunto Delete del Proj

This commit is contained in:
Emmanuele Sassi
2021-03-05 16:36:26 +01:00
parent 9d84be5583
commit 42758d3670
6 changed files with 212 additions and 33 deletions
@@ -185,7 +185,7 @@ Public Class ProjectFile
Dim bNewProject As Boolean = False
Dim sProjectDirPath As String = ""
If Type = ProjectType.PROJ Then
bNewProject = CurrProject.NewProj
bNewProject = DbControllers.m_ProjController.FindByProjId(CurrProject.m_nProjId).IsNew
sProjectDirPath = CurrProject.sProjDirPath
Else
bNewProject = CurrProject.NewProd