Messaging: Prepare new email lib

This commit is contained in:
Jonathan Jenne
2021-07-19 16:42:22 +02:00
parent 0a19afdcd1
commit b5d8967a5c
26 changed files with 1880 additions and 3 deletions

View File

@@ -26,4 +26,8 @@ Public Class frmStart
Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click
frmDocView.Show()
End Sub
Private Sub Button7_Click(sender As Object, e As EventArgs) Handles Button7.Click
frmMail.Show()
End Sub
End Class