This commit is contained in:
2022-07-07 13:20:13 +02:00
parent 331611c9e8
commit 28254c99f7
125 changed files with 1796 additions and 1144 deletions

View File

@@ -0,0 +1,6 @@
Public Structure ClassControlMetadata
Public Property Id As Integer
Public Property Name As String
Public Property Required As Boolean
Public Property Format As String
End Structure