Merge branch 'newMaster2024' of https://git.it.verag.ag/edv/SDL into newMaster2024

This commit is contained in:
2026-01-07 13:58:21 +01:00
16 changed files with 4249 additions and 1089 deletions

View File

@@ -143,6 +143,7 @@ Public Class frmNewsletter
Dim anhaenge As New List(Of String)
'---Anhänge:----------------------------
For Each line In ListBox1.Text.Split(New String() {Environment.NewLine}, StringSplitOptions.RemoveEmptyEntries)
MsgBox(line)
If File.Exists(line) Then
anhaenge.Add(line)
End If

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff