more tweaks

This commit is contained in:
Jonathan Jenne
2019-10-24 13:30:04 +02:00
parent 6c3658853c
commit 68724748a9
5 changed files with 62 additions and 39 deletions

View File

@@ -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