03 2020 档案
XML与字典读写
摘要:XML 格式: 1 <?xml version="1.0" encoding="utf-8"?> 2 <DictionaryNotes> 3 <DictionaryNote name="CFFE-FLOOR-DM"> 4 <B_IsSuccess>True</B_IsSuccess> 5 <Load 阅读全文
posted @ 2020-03-20 16:43 _萧朗 阅读(477) 评论(0) 推荐(0) 编辑
删除包含子文件夹和子文件的文件夹
摘要:private void DelFile(string FilePath) { if (Directory.Exists(FilePath)) { try { DirectoryInfo dir = new DirectoryInfo(FilePath); FileSystemInfo[] file 阅读全文
posted @ 2020-03-20 16:03 _萧朗 阅读(502) 评论(0) 推荐(0) 编辑
TreeView自定义滑动条
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2020-03-12 16:27 _萧朗 阅读(445) 评论(0) 推荐(0) 编辑