first public version

This commit is contained in:
Jonathan Jenne
2020-09-22 10:50:20 +02:00
parent 82ec7c9ecb
commit 314038d133
24 changed files with 1347 additions and 340 deletions

View File

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