GUIs.Test: Update Test Apps

This commit is contained in:
Jonathan Jenne
2021-06-17 13:03:10 +02:00
parent af84806bf5
commit 4b7315a5e1
6 changed files with 40 additions and 23 deletions

View File

@@ -13,4 +13,8 @@ Public Class frmDocView
LogConfig = New LogConfig(LogConfig.PathType.Temp)
DocumentViewer1.Init(LogConfig, "21182889975216572111813147150675976632")
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
DocumentViewer1.Done()
End Sub
End Class