怎样才能在C#桌面应用程序(winform)中调用运行EXE文件?

it2022-05-09  27

private void Yyes_Load(object sender, System.EventArgs e) { System.Diagnostics.Process.Start("D:\File\lay.exe"); }

转载于:https://www.cnblogs.com/n666/archive/2009/12/09/2191039.html

相关资源:C#调用exe程序并运行

最新回复(0)