This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("4.0.4.1")>
|
||||
<Assembly: AssemblyFileVersion("4.0.4.1")>
|
||||
<Assembly: AssemblyVersion("4.0.4.2")>
|
||||
<Assembly: AssemblyFileVersion("4.0.4.2")>
|
||||
|
||||
Reference in New Issue
Block a user