Multiindex Fenster modernisieren #20

This commit is contained in:
Jonathan Jenne
2020-02-11 15:24:00 +01:00
parent b4e410291a
commit ad43903875
4 changed files with 1150 additions and 1476 deletions

View File

@@ -310,7 +310,6 @@ Public Class frmSQL_DESIGNER
cmbConnection.SelectedIndex = oIndex
Catch ex As Exception
LOGGER.Error(ex)
MsgBox("Connections could not be loaded", MsgBoxStyle.Critical, Text)
End Try
End Sub