EgtBEAMWALL 2.5d2 :

- aggiunto bottone per aggiungere piu' Proj alle stesso Prod
- reso AddProj attivabile da ini
This commit is contained in:
Emmanuele Sassi
2023-04-20 10:58:34 +02:00
parent 500aa2eacf
commit e4eb264abb
13 changed files with 171 additions and 36 deletions
@@ -10,6 +10,9 @@ Public Class ProdFileM
Return m_nProjIdList
End Get
End Property
Public Sub SetProjIdList(value As List(Of Integer))
m_nProjIdList = value
End Sub
Protected m_sName As String
Public ReadOnly Property sName As String