Fix BaseRibbonForm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user