more tweaks
This commit is contained in:
@@ -116,7 +116,10 @@ Public Class ctrlApplicationAssignment
|
||||
End Sub
|
||||
|
||||
Public Function Window_CreateAssignment(ProfileId As Integer) As Boolean
|
||||
Dim oForm As New frmProcessCapture()
|
||||
Dim oRow = GridViewProcessProfile.GetDataRow(GridViewProcessProfile.FocusedRowHandle)
|
||||
Dim oCurrentProcess = oRow.Item("PROC_NAME")
|
||||
|
||||
Dim oForm As New frmProcessCapture(oCurrentProcess)
|
||||
Dim oResult = oForm.ShowDialog()
|
||||
|
||||
If oResult = DialogResult.OK Then
|
||||
|
||||
Reference in New Issue
Block a user