EgtBEAMWALL 2.3e2 :

- modifiche varie per feature composite
- gestione ricalcolo solo se necessario
- disattivata copia di L250, L251 e L252 (temporaneo).
This commit is contained in:
DarioS
2021-05-30 23:03:56 +02:00
parent 5f4cd60bd3
commit b977e106ef
12 changed files with 101 additions and 443 deletions
@@ -329,7 +329,7 @@ Public Class OpenProjectFileDialogVM
' lo salvo in tutti i proj correlati
Dim ProdFile As ProdFileVM = DirectCast(SelProject, ProdFileVM)
For Each nProjId In ProdFile.nProjIdList
EgtSaveFile(ProdFile.GetProjPath(nProjId), NGE.BIN)
EgtSaveFile(ProdFile.GetProjPath(nProjId), NGE.CMPTEXT)
Next
' torno sul contesto corrente
EgtSetCurrentContext(nCurrCtx)