MS Service und WMDLL

This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-21 10:36:59 +02:00
parent 379a36fba2
commit 8cde9f0119
5 changed files with 44 additions and 30 deletions

View File

@@ -17,7 +17,7 @@ Public Class Form1
End Sub
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles Me.Load
MyLogger = New LogConfig(LogConfig.PathType.CurrentDirectory)
MyLogger = New LogConfig(LogConfig.PathType.AppData,)
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles GetValue.Click