Fix BaseRibbonForm

This commit is contained in:
Jonathan Jenne
2021-05-17 10:38:34 +02:00
parent 9d51d4ffb9
commit 7b31514ccf
2 changed files with 5 additions and 4 deletions

View File

@@ -38,7 +38,6 @@ Public Class frmSQLEditor
End Class
Public Sub New(LogConfig As LogConfig, SQLServer As MSSQLServer)
MyBase.New(LogConfig)
InitializeComponent()
Me.LogConfig = LogConfig
@@ -48,6 +47,8 @@ Public Class frmSQLEditor
Private Sub frmSQLEditor_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Try
Init(LogConfig)
txtSQL.Text = SQLString
BindingSourcePlaceholder.DataSource = Placeholders