Add Controls to SQLEditor placeholders
This commit is contained in:
@@ -292,6 +292,8 @@ Public Class frmFormDesigner
|
||||
SetMovementHandlers(oButton)
|
||||
End Select
|
||||
Next
|
||||
|
||||
CURRENT_CONTROL_LIST = pnldesigner.Controls.Cast(Of Control).ToList()
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
MsgBox("Fehler bei LoadControls " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:")
|
||||
|
||||
Reference in New Issue
Block a user