ZooFlow: integrate service config
This commit is contained in:
@@ -944,7 +944,8 @@ Public Class frmSearchStart
|
||||
.Modules = My.Application.Modules,
|
||||
.Database = My.Database,
|
||||
.DatabaseIDB = My.DatabaseIDB,
|
||||
.Settings = My.Application.Settings
|
||||
.Settings = My.Application.Settings,
|
||||
.Service = My.Application.Service
|
||||
}
|
||||
Dim oDTSearchResult As DataTable = My.DatabaseIDB.GetDatatable(oSearchSQL)
|
||||
If oDTSearchResult.Rows.Count > 0 Then
|
||||
|
||||
Reference in New Issue
Block a user