2021年5月10日

选择文件和选择文件夹

摘要: C#展示 选择文件和选择文件夹案例 private void button2_Click(object sender, EventArgs e) { OpenFileDialog fileDialog = new OpenFileDialog(); fileDialog.Multiselect = 阅读全文

posted @ 2021-05-10 20:01 funiyi816 阅读(195) 评论(0) 推荐(0) 编辑

导航