Category Archives: c#

How to pass startup parameters to C# Windows application.

string[] args = Environment.GetCommandLineArgs();

Posted in c# | Leave a comment