C#中的openFileDialog控件

string excelFile;
            if (oFD.ShowDialog() == DialogResult.OK)
                if ((excelFile = oFD.FileName) != null)
                    DelFwn(excelFile); 

你可能感兴趣的:(String,C#,null)