ZooFlow: Small fixes

This commit is contained in:
Jonathan Jenne
2020-11-18 16:27:27 +01:00
parent e09b261064
commit f9c7761474
7 changed files with 27 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ Namespace My
oCommandLineArgs.Parse(oArgs)
CommandLineFunction = oCommandLineArgs.FunctionName
CommandLineArgs = oCommandLineArgs.FunctionArgs
CommandLineArguments = oCommandLineArgs.FunctionArgs
End Sub
Public Sub App_Shutdown(sender As Object, e As EventArgs) Handles Me.Shutdown