TestGUI: Addnew test for filesystem class

This commit is contained in:
Jonathan Jenne
2021-04-14 11:06:29 +02:00
parent 7d84bd9b41
commit ddd04a6f8a
6 changed files with 216 additions and 0 deletions

View File

@@ -6,4 +6,8 @@
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
frmLookup.Show()
End Sub
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
frmFilesystem.Show()
End Sub
End Class