neu
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
Sub selectWB()
|
||||
If dgvWB.SelectedRows.Count > 0 Then
|
||||
WB = New VERAG_PROG_ALLGEMEIN.cWarenbezeichnungBegriffe(dgvWB.SelectedRows(0).Cells("wb_id").Value)
|
||||
Me.DialogResult = Windows.Forms.DialogResult.OK
|
||||
Me.DialogResult = DialogResult.OK
|
||||
Me.Close()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user