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

@@ -32,7 +32,7 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.TestGUI.frmDocView
Me.MainForm = Global.TestGUI.frmStart
End Sub
End Class
End Namespace