ZooFlow: PropertyDialog, ContextMenu, Async Queries in Database

This commit is contained in:
Jonathan Jenne
2020-10-29 16:05:10 +01:00
parent aaafb99275
commit 7750fdf6a5
18 changed files with 433 additions and 114 deletions

View File

@@ -0,0 +1,6 @@
Public Class Attribute
Public Property ID As Long
Public Property Title As String
Public Property TypeID As Long
Public Property TypeName As String
End Class