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

@@ -32,7 +32,7 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.TestGUI.frmDocViewPure
Me.MainForm = Global.TestGUI.frmDocView
End Sub
End Class
End Namespace