calc.exe需要哪些控件

日期:2021-12-29 10:54:40 人气:1

calc.exe需要哪些控件

private void button1_Click(object sender, EventArgs e)
{
System.Diagnostics.ProcessStartInfo Info = new System.Diagnostics.ProcessStartInfo();
Info.FileName = "calc.exe ";//"calc.exe"计算器"notepad.exe"记
    A+
热门评论