How to pass startup parameters to C# Windows application.

string[] args = Environment.GetCommandLineArgs();
This entry was posted in c#. Bookmark the permalink.