vers, import assistent

This commit is contained in:
2024-10-28 10:04:10 +01:00
parent 7edd4d8516
commit 05acb2288c
2 changed files with 3 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ Public Class frmSendungAnhangImport
WebBrowser.Visible = False
PdfViewer.Visible = (loc <> "")
If doc <> "" Then
If loc <> "" Then
Dim data = File.ReadAllBytes(loc)
Dim pdfStream = New MemoryStream(data)
PdfViewer.LoadFromStream(pdfStream)