MS windreamKlasse

This commit is contained in:
Digital Data - Marlon Schreiber
2019-02-18 17:09:03 +01:00
parent b6aea106ca
commit ed6a7ea246
3 changed files with 95 additions and 32 deletions

View File

@@ -24,4 +24,8 @@ Public Class frmUserBasics
_MyLogger = New LogConfig(LogConfig.PathType.CustomPath, oUserAppdata)
_Logger = _MyLogger.GetLogger()
End Sub
Private Sub btnApplicationFolder_Click(sender As Object, e As EventArgs) Handles btnApplicationFolder.Click
End Sub
End Class