Make it possible to delete rows

This commit is contained in:
Jonathan Jenne
2021-11-04 11:43:26 +01:00
parent c6622ccbbc
commit 437569919f
10 changed files with 976 additions and 810 deletions

View File

@@ -10,8 +10,7 @@ Namespace Documents
Private ReadOnly Winline As Winline.Data
Public Files As New List(Of Document)
Public Property Files As New List(Of Document)
Public Sub New(pLogConfig As LogConfig, pWinline As Winline.Data)
MyBase.New(pLogConfig, pLogConfig.GetLogger())