V 2.4.9.4 WISAG Buttons, Reject-Attribute als Ausnahme in CheckUpdateIndexe, FilterActive Hinweis, Logging anpassen
This commit is contained in:
@@ -177,7 +177,7 @@ Public Class frmKonfig
|
||||
End Sub
|
||||
|
||||
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
|
||||
Process.Start(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""))
|
||||
Process.Start(USER_CONFIG_DIRECTORY)
|
||||
End Sub
|
||||
|
||||
Private Sub btnopenlog_Click(sender As Object, e As EventArgs) Handles btnopenlog.Click
|
||||
@@ -214,7 +214,7 @@ Public Class frmKonfig
|
||||
End Sub
|
||||
|
||||
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
|
||||
Dim di As New IO.DirectoryInfo(CONFIG.UserConfigPath.Replace("UserConfig.xml", ""))
|
||||
Dim di As New IO.DirectoryInfo(USER_CONFIG_DIRECTORY)
|
||||
Dim diar1 As IO.FileInfo() = di.GetFiles()
|
||||
Dim dra As IO.FileInfo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user