摘要:
最简单的Ini读写: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using 阅读全文
摘要:
1、在winform里面安装NuGet包Newtonsoft.Json 2、新建类:TreeNodeStateHelper.cs 类代码:其中的Sunny.UI.UITreeView treeView可按实际控件进行修改。 using Newtonsoft.Json; using System; u 阅读全文
摘要:
一、窗体部分 窗体增加一个名称为“list_UsbHID”的listBox控件 窗体部分代码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin 阅读全文