5b647b0cde
- Aggiunta comunicazione con il Flexium e classe astratta da cui eredita anche comunicazione Axium.
14 lines
466 B
VB.net
14 lines
466 B
VB.net
Module ConstMachIni
|
|
|
|
Public Const S_NUMERICALCONTROL As String = "NumericalControl"
|
|
Public Const K_TYPE As String = "Type"
|
|
|
|
Public Const S_TOOLS As String = "Tools"
|
|
Public Const K_DRILLBIT As String = "Drillbit"
|
|
Public Const K_SAWBLADE As String = "Sawblade"
|
|
Public Const K_MILL As String = "Mill"
|
|
Public Const K_SHOWTOOLCHANGER As String = "ShowToolChanger"
|
|
Public Const K_SHOWHEADEXIT As String = "ShowHeadExit"
|
|
|
|
End Module
|