MSKW41
This commit is contained in:
@@ -139,21 +139,6 @@
|
||||
Private Sub BindingNavigatorDeleteItem_Click(sender As Object, e As EventArgs) Handles BindingNavigatorDeleteItem.Click
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub TBPMO_WORKFLOW_FORMDataGridView_DragDrop(sender As Object, e As DragEventArgs)
|
||||
'Try
|
||||
' Dim i As Integer
|
||||
' i = TBPMO_WORKFLOWDataGridView.CurrentRow.Index
|
||||
' If TBPMO_WORKFLOWDataGridView.Item(0, i).Value Is Nothing = False Then
|
||||
' TBPMO_WORKFLOW_FORMTableAdapter.Insert(_FORMID, e.Data.GetData(DataFormats.Text), 1, Environment.UserName)
|
||||
' toolstriplabel(True, "Task erfolgreich zugeordnet - " & Now)
|
||||
' Refresh_Workflow_Form(_FORMID)
|
||||
' End If
|
||||
'Catch ex As Exception
|
||||
' MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler beim Hinzufügen eines Users:")
|
||||
'End Try
|
||||
End Sub
|
||||
|
||||
Private Sub TBPMO_WORKFLOW_FORMDataGridView_DragEnter(sender As Object, e As DragEventArgs)
|
||||
' Check the format of the data being dropped.
|
||||
If (e.Data.GetDataPresent(DataFormats.Text)) Then
|
||||
|
||||
Reference in New Issue
Block a user