GdPicture Version 14.3.3 / Nlog 5.05
This commit is contained in:
@@ -414,11 +414,11 @@ Public Class Form1
|
||||
|
||||
End Function
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Process.Start("explorer.exe", _logConfig.LogDirectory)
|
||||
End Sub
|
||||
'Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
' Process.Start("explorer.exe", _logConfig.LogDirectory)
|
||||
'End Sub
|
||||
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
Process.Start("explorer.exe", System.Windows.Forms.Application.UserAppDataPath())
|
||||
End Sub
|
||||
'Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
' Process.Start("explorer.exe", System.Windows.Forms.Application.UserAppDataPath())
|
||||
'End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user