MS GD Picture

This commit is contained in:
Developer01
2024-09-23 17:36:44 +02:00
parent d903658c13
commit f3ebcf3259
6 changed files with 24 additions and 4 deletions

View File

@@ -140,8 +140,10 @@ Public Class frmStart
End Try
Try
IndexForm.DisposeViewer()
IndexForm.Dispose()
If Not IsNothing(IndexForm) Then
IndexForm.DisposeViewer()
IndexForm.Dispose()
End If
Catch ex As Exception
LOGGER.Error(ex)
End Try