摘要: x 需求是想让WPF打开一个指定文件路径的文件夹,但是搜出来的八成都是<打开文件>的这样的↓ Microsoft.Win32.OpenFileDialog open_file = new OpenFileDialog(); open_file.ShowDialog(); //... 经过搜索,正确是 阅读全文
posted @ 2017-03-29 13:04 zh89233 阅读(4525) 评论(2) 推荐(1) 编辑