-modifiche su proj nuova pagina

This commit is contained in:
Demetrio Cassarino
2024-04-12 17:28:26 +02:00
parent 05bf06d1e2
commit 19f0ed75a4
8 changed files with 62 additions and 41 deletions
@@ -23,6 +23,17 @@ Module ProjectManagerVM
End Set
End Property
' indice progetto in caricamento
Private m_nLoadingProjId As Integer = 0
Friend Property nLoadingProjId As Integer
Get
Return m_nLoadingProjId
End Get
Set(value As Integer)
m_nLoadingProjId = value
End Set
End Property
Public Function SetCurrProj(nProjId As Integer) As Boolean
Dim CurrProjM As ProjFileM = DbControllers.m_ProjController.FindByProjIdConv(nProjId)
If IsNothing(CurrProjM) Then Return False