6 lines
72 B
VB.net
6 lines
72 B
VB.net
|
|
Public Enum eRegistryDirection
|
|
eInput = 0
|
|
eOutput = 1
|
|
End Enum
|