Zooflow: Add workfile model
This commit is contained in:
12
GUIs.ZooFlow/Globix/Models/WorkFile.vb
Normal file
12
GUIs.ZooFlow/Globix/Models/WorkFile.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
Namespace Globix.Models
|
||||
Public Class WorkFile
|
||||
Public FilePath As String
|
||||
Public Id As Integer
|
||||
Public IsAttachment As Boolean = False
|
||||
|
||||
Public Overrides Function ToString() As String
|
||||
Return FilePath
|
||||
End Function
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
Reference in New Issue
Block a user