EDMIBenchmark: clean up
This commit is contained in:
parent
fe6b1476bb
commit
95173cdf15
@ -6,6 +6,7 @@ Imports DevExpress.XtraEditors.Controls
|
|||||||
Imports System.IO
|
Imports System.IO
|
||||||
Imports DigitalData.Modules.EDMI.API.EDMIServiceReference
|
Imports DigitalData.Modules.EDMI.API.EDMIServiceReference
|
||||||
Imports DigitalData.GUIs.Common
|
Imports DigitalData.GUIs.Common
|
||||||
|
Imports DigitalData.Modules.ZooFlow.State
|
||||||
|
|
||||||
Public Class Form1
|
Public Class Form1
|
||||||
Private _LogConfig As LogConfig
|
Private _LogConfig As LogConfig
|
||||||
@ -159,12 +160,15 @@ Public Class Form1
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Dim oEnv As New DigitalData.Modules.ZooFlow.Environment() With {
|
Dim oEnv As New DigitalData.Modules.ZooFlow.Environment() With {
|
||||||
.Service = New DigitalData.Modules.ZooFlow.State.ServiceState() With {
|
.Service = New ServiceState() With {
|
||||||
.IsActive = True,
|
.IsActive = True,
|
||||||
.Address = "172.24.12.39:9000"
|
.Address = "172.24.12.39:9000"
|
||||||
},
|
},
|
||||||
.Settings = New DigitalData.Modules.ZooFlow.State.SettingsState With {
|
.Settings = New SettingsState With {
|
||||||
.GdPictureKey = "21182889975216572111813147150675976632"
|
.GdPictureKey = "21182889975216572111813147150675976632"
|
||||||
|
},
|
||||||
|
.User = New UserState() With {
|
||||||
|
.UserId = 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Dim oForm As New frmDocumentResultList(_LogConfig, oEnv, oParams)
|
Dim oForm As New frmDocumentResultList(_LogConfig, oEnv, oParams)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user