14 lines
356 B
VB.net
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
|