Aggiunto Delete del Proj
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user