Gentlemen,
I have an application made by a Vendor that sends a set of arguments to an application I am working on.

I am unsure how to "launch" my application with these arguments. The vendor's app is a service that runs and launches my application when necessary.

I'm assuming i need to modify the main form's constructor, but not sure.