MS LookUpGrid

This commit is contained in:
Developer01
2025-02-12 14:11:50 +01:00
parent 8161bec2d7
commit fdbb348f7d
5 changed files with 41 additions and 32 deletions

View File

@@ -9,7 +9,6 @@ Imports DigitalData.Modules.Logging
Public Class Form1
Private _logConfig As LogConfig
Private _logger As Logger
Private _firebird As Firebird
Private _mssql As MSSQLServer
Private _zugferd As ZUGFeRDInterface
Private _GDPictureVersion As String
@@ -282,5 +281,7 @@ Public Class Form1
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Process.Start(_logConfig.LogDirectory)
End Sub
End Class