我想发送到应用程序我的用户名.
那我该怎么办呢?
string username = "MyUsername"; Process.Start(Path.Combine("MyExe.exe" + " \"" + username + "\"");