fix gdpicture error

This commit is contained in:
Jonathan Jenne 2020-02-10 10:36:37 +01:00
parent f0ccea072f
commit 5cf93c7521

View File

@ -296,7 +296,7 @@ Public Class frmStart
Try
Me.Hide()
Me.TopMost = False
frmIndex.ShowDialog()
frmIndex.Show()
'Dim thread As New Thread(AddressOf MyBackgroundThread)
'thread.Start()
'Do While thread.IsAlive