怎么调用程序实现下面的功能点击窗口button1按钮,调用一个已经编写好的.exe文件,并且向.exe文件中输入数据,计算输出结果。[解决办法]using System.Runtime.InteropServices;using System.Diagnostics;Process p = Process.Start( ".exe", "param")