6 lines
95 B
VB.net
6 lines
95 B
VB.net
|
|
Public Enum eRegistryAcceptState
|
|
eAccept = 0 'Elfogad
|
|
eDecline = 1 'Elutasít
|
|
End Enum
|