日期:2014-05-17 浏览次数:21274 次
if (openFileDialog1.ShowDialog() == DialogResult.OK) { MessageBox.Show(openFileDialog1.FileName); }