This commit is contained in:
Jonathan Jenne
2023-12-11 10:09:20 +01:00
parent 49e6da3d79
commit bc178caec1
5 changed files with 5 additions and 172 deletions

View File

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