You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
344 B
9 lines
344 B
Public Class frmFindingHilfe
|
|
Private Sub frmFindingHilfe_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
|
Me.WebBrowser1.Navigate(Application.StartupPath + "\findinghelp.pdf")
|
|
End Sub
|
|
|
|
Private Sub TSBtnQuit_Click(sender As Object, e As EventArgs) Handles TSBtnQuit.Click
|
|
Me.Close()
|
|
End Sub
|
|
End Class |