string path="hello.txt";
ProcessStartInfo startInfo = new ProcessStartInfo(path);
startInfo.UseShellExecute = true;
Process.Start(startInfo);
string path="hello.txt";
ProcessStartInfo startInfo = new ProcessStartInfo(path);
startInfo.UseShellExecute = true;
Process.Start(startInfo);
本文标题:wpf自动选择程序打开文件
本文链接:https://www.haomeiwen.com/subject/wgfjvrtx.html
网友评论