04 2017 档案

test
摘要:DataTable dt = new DataTable(); DataColumn[] cols = new DataColumn[] { new DataColumn("name",typeof(string)), new DataColumn ("birthday",typeof(DateTi 阅读全文

posted @ 2017-04-04 13:49 MILUMI 阅读(129) 评论(0) 推荐(0)

存位置
摘要:public string Path = "C:\\Users\\" + Environment.UserName + "\\AppData\\Roaming\\ParaInfor.xml"; if (Path != null) { if (XmlSerializeHelper.Load(Path) 阅读全文

posted @ 2017-04-01 09:31 MILUMI 阅读(167) 评论(0) 推荐(0)

导航