- 博客(3)
- 收藏
- 关注
转载 动态加载图片Text
for (int i = 0; i < length; i++) { AddControl(url, i, text); i = i + 1; } /// <summary> ///...
2017-08-11 18:28:00
114
转载 将XML中的省市数据绑定到winfrom中的下拉框
界面:属性DropDownStyle选DropDownList XML: 1.定义字典 /// <summary> /// 省字典 /// </summary> Dictionary<string, string> Dic_Province = new Dictionary<string, string>(...
2017-08-11 18:09:00
97
转载 Linq to XML
一、读取XML private string path = AppDomain.CurrentDomain.BaseDirectory + "XML"; if (!Directory.Exists(path)) { Directory.CreateDirectory(path); } if (File.Exists(path+"/xml.xml"))...
2017-08-11 16:56:00
72
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人