日期:2014-05-18 浏览次数:20783 次
private void button1_Click(object sender, System.EventArgs e) { OpenFileDialog ofd = new OpenFileDialog(); if (ofd.ShowDialog() == DialogResult.OK) System.Diagnostics.Process.Start(ofd.FileName); }