public delegate void AppMainDelegate(
Application app,
string[] args
)Public Delegate Sub AppMainDelegate (
app As Application,
args As String()
)type AppMainDelegate =
delegate of
app : Application *
args : string[] -> unit