MS JObs
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class Form3
|
||||
Private _frm4 As Form4
|
||||
Public FilePath As String
|
||||
Private Key As String
|
||||
Private LogConfig As LogConfig
|
||||
@@ -14,6 +15,7 @@ Public Class Form3
|
||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
Me.LogConfig = LogConfig
|
||||
Me.Key = Key
|
||||
_frm4 = New Form4(LogConfig, Key)
|
||||
End Sub
|
||||
|
||||
Private Sub Form2_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
@@ -32,9 +34,14 @@ Public Class Form3
|
||||
|
||||
DocumentViewer1.Done()
|
||||
Logger.Info("Form closing")
|
||||
_frm4.Close()
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Form3_Shown(sender As Object, e As EventArgs) Handles Me.Shown
|
||||
_frm4.FilePath = FilePath
|
||||
_frm4.Show()
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user