MS
This commit is contained in:
@@ -75,7 +75,7 @@ Public Class frmtest
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
AdHoc_Workflow = My.Application.GetAdHocWorkflow(txtObjectID.Text)
|
||||
AdHoc_Workflow = My.Application.GetAdHocWorkflow(TextBox1.Text)
|
||||
Dim oForm As New frmWorkflow_Adhoc_start(My.LogConfig, Environment, AdHoc_Workflow)
|
||||
oForm.Show()
|
||||
oForm.BringToFront()
|
||||
|
||||
Reference in New Issue
Block a user