MS windream

This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-17 11:09:09 +02:00
parent beb6031dcf
commit ef00bd1a2a
3 changed files with 133 additions and 70 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 Logger(Logger.PathType.AppData)
MyLogger = New Logger(Logger.PathType.CurrentDirectory)
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles GetValue.Click