7 lines
103 B
VB.net
7 lines
103 B
VB.net
|
|
Public Enum eWFAction
|
|
eQuitWithSucces = 0
|
|
eQuitWithFailure = 1
|
|
eGotoNextStep = 2
|
|
End Enum
|