EgtCAM5 1.6s6 :
- gestione flag batch per doors.
This commit is contained in:
@@ -282,12 +282,12 @@ Namespace EgtCAM5
|
||||
nPar2 = CInt(Environment.GetCommandLineArgs(2))
|
||||
End If
|
||||
Dim bNcGen As Boolean = (nPar2 >= 1)
|
||||
Dim bExit As Boolean = (nPar2 >= 2)
|
||||
' Esecuzione
|
||||
CreateDoors(sFile, bNcGen)
|
||||
CreateDoors(sFile, bNcGen, bExit)
|
||||
EgtZoom(ZM.ALL)
|
||||
Application.Msn.NotifyColleagues(Application.EMITTITLE)
|
||||
' Se richiesta uscita immediata
|
||||
Dim bExit As Boolean = (nPar2 >= 2)
|
||||
If bExit Then
|
||||
Application.Msn.NotifyColleagues(Application.CLOSEAPPLICATIONCOMMAND)
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user