This commit is contained in:
SchreiberM
2015-12-16 16:50:52 +01:00
parent f41ba1ba79
commit 343fffe9ca
4 changed files with 42 additions and 32 deletions

View File

@@ -143,7 +143,7 @@
End Sub
Private Sub btnApplicationFolder_Click(sender As Object, e As EventArgs) Handles btnApplicationFolder.Click
Process.Start(ClassLogger.DateiSpeicherort)
Process.Start(Application.UserAppDataPath())
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click