2023-08-07
This commit is contained in:
17
EnvelopeGenerator.Common/Constants.vb
Normal file
17
EnvelopeGenerator.Common/Constants.vb
Normal file
@@ -0,0 +1,17 @@
|
||||
Public Class Constants
|
||||
|
||||
Public Enum EnvelopeStatus
|
||||
Created = 0
|
||||
Saved = 1
|
||||
Sent = 2
|
||||
End Enum
|
||||
|
||||
Public Enum ElementType
|
||||
Signature = 0
|
||||
End Enum
|
||||
|
||||
Public Enum ElementStatus
|
||||
Created = 0
|
||||
End Enum
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user