Files
egtstone3d/Constants/ConstIni.vb
T
Demetrio Cassarino 6c9c19d7fa -first commit
2024-12-20 16:16:57 +01:00

14 lines
356 B
VB.net

Module ConstIni
Public Const INI_FILE_NAME As String = "EgtStone3D.ini"
Public Const K_NETKEY As String = "NetKey"
Public Const S_PRINTING3D As String = "3dPrinting"
Public Const K_3PRNBASEDIR As String = "BaseDir"
Public Const K_LINEWIDTH As String = "LineWidth"
Public Const K_CUSTOMCOLORS As String = "CustomColors"
End Module