First Working Version with New parser

This commit is contained in:
Jonathan Jenne
2021-10-15 14:56:46 +02:00
parent 3596786137
commit 12aa22ebdf
33 changed files with 3066 additions and 2533 deletions

View File

@@ -0,0 +1,4 @@
Public Class DocumentRow
Public Name As String
Public Fields As Dictionary(Of String, String)
End Class