This commit is contained in:
2022-03-21 09:19:52 +01:00
parent 4491b88deb
commit a4ad6cc8c8
68 changed files with 12141 additions and 6529 deletions

View File

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