TestGUI: Add Checksum form

This commit is contained in:
Jonathan Jenne
2021-05-06 10:33:21 +02:00
parent 8a1c4315c0
commit deec4e8bac
7 changed files with 250 additions and 1 deletions

View File

@@ -18,4 +18,8 @@ Public Class frmStart
MsgBox("Scaling: " & oScreen.GetScreenScaling(Me))
End Sub
Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
frmChecksum.Show()
End Sub
End Class