MS Update

This commit is contained in:
2021-06-25 10:06:06 +02:00
parent e796ae91cb
commit 70329f2fea
14 changed files with 231 additions and 158 deletions

View File

@@ -2,6 +2,8 @@
Imports System.Globalization
Imports DevExpress.LookAndFeel
Imports DD_LIB_Standards
Imports System.IO
Public Class frmConfig_Basic
Private _Helper As New ClassHelper
Dim formloaded As Boolean = False
@@ -181,7 +183,8 @@ Public Class frmConfig_Basic
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Process.Start(LOGCONFIG.LogFile)
Process.Start(LOGCONFIG.LogDirectory)
End Sub
Private Sub chkLogErrorsOnly_CheckedChanged(sender As Object, e As EventArgs) Handles chkLogErrorsOnly.CheckedChanged