Common: Clean up DocumentResultList

This commit is contained in:
Jonathan Jenne
2023-05-16 09:29:14 +02:00
parent ca7e5f03e4
commit b53e18d424
5 changed files with 705 additions and 327 deletions

View File

@@ -1,8 +1,9 @@
Public Class frmLanguage_Select
Dim _Database As Modules.Database.MSSQLServer
Dim _Username As String
Dim _ModShort As String
Dim _DT_LANG As DataTable
Private ReadOnly _Database As Modules.Database.MSSQLServer
Private ReadOnly _Username As String
Private ReadOnly _ModShort As String
Private ReadOnly _DT_LANG As DataTable
Public Property pChanged As Boolean = False
Public Sub New(pLogConfig As Modules.Logging.LogConfig, oConStringECM As String, pUserName As String, pDT_LANG As DataTable, pModShort As String)