c# how to run external program with args

C#
startInfo.Arguments = "arg";
Source

Also in C#: