neu
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
End Sub
|
||||
|
||||
Private Sub pic_Click(sender As Object, e As EventArgs) Handles pic.Click
|
||||
If MsgBox("Möchten Sie diese Sendung wirklich löchen?", vbYesNoCancel) = MsgBoxResult.Yes Then
|
||||
If MsgBox("Möchten Sie diese Sendung wirklich löschen?", vbYesNoCancel) = MsgBoxResult.Yes Then
|
||||
RaiseEvent DEL(Me)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user