Files
Emmanuele Sassi bf3575ac99 - aggiunto try su kill del processo
- aggiunte costanti
- gestita modalita' dev
- gestite cartelle config e temp
- corrette costanti environment
2025-09-01 16:22:35 +02:00

12 lines
175 B
VB.net

Public Module Constants
Public Enum EXECENVIRONMENTS As Integer
NULL = 0
WINDOW = 1
BEAM = 2
WALL = 3
CABINET = 4
End Enum
End Module