C#中的openFileDialog控件

来源:互联网 发布:飞客数据恢复中心 编辑:程序博客网 时间:2024/05/29 14:57
string excelFile;
            if (oFD.ShowDialog() == DialogResult.OK)
                if ((excelFile = oFD.FileName) != null)
                    DelFwn(excelFile); 
原创粉丝点击