GUIs.Test: Update test apps

This commit is contained in:
Jonathan Jenne
2021-06-16 14:51:47 +02:00
parent 5e3c65e90c
commit 8328fb27dc
13 changed files with 496 additions and 9 deletions

View File

@@ -22,4 +22,8 @@ Public Class frmStart
Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
frmChecksum.Show()
End Sub
Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click
frmDocView.Show()
End Sub
End Class