SQLConfig: set DialogResult

This commit is contained in:
Jonathan Jenne
2021-05-04 14:54:35 +02:00
parent ac4fabe8c2
commit 15f3de7903
5 changed files with 80 additions and 70 deletions

View File

@@ -32,7 +32,7 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.SQLConfig.frmSQLConfig
Me.MainForm = Global.DigitalData.Controls.SQLConfig.frmSQLConfig
End Sub
End Class
End Namespace