Report, Dynamic SQL
This commit is contained in:
@@ -121,10 +121,7 @@ Public Class frmMain
|
||||
End Sub
|
||||
|
||||
Private Sub BarButtonItem4_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem4.ItemClick
|
||||
Dim oForm As New frmConfig(LogConfig) With {
|
||||
.ConfigManager = ConfigManager
|
||||
}
|
||||
|
||||
Dim oForm As New frmConfig(LogConfig, ConfigManager)
|
||||
oForm.ShowDialog()
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user