Change Name to MultiTool
This commit is contained in:
14
MultiTool.Shared/Constants.vb
Normal file
14
MultiTool.Shared/Constants.vb
Normal file
@@ -0,0 +1,14 @@
|
||||
Public Class Constants
|
||||
Public Enum XmlFunction
|
||||
GLN = 1
|
||||
EAN = 2
|
||||
End Enum
|
||||
|
||||
Public Enum ColumnType As Integer
|
||||
[String]
|
||||
[Integer]
|
||||
[Date]
|
||||
[Boolean]
|
||||
[Decimal]
|
||||
End Enum
|
||||
End Class
|
||||
Reference in New Issue
Block a user