最佳答案
我有两个不同的 WinForms 应用程序,AppA 和 AppB,它们都运行.NET 2.0。
In AppA I want to open AppB, but I need to pass command-line arguments to it. How do I consume the arguments that I pass in the command line?
这是我目前的主要方法在应用程序,但我不认为你可以改变这一点?
static void main()
{
}