bf3575ac99
- aggiunte costanti - gestita modalita' dev - gestite cartelle config e temp - corrette costanti environment
12 lines
175 B
VB.net
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
|