摘要: 一般处理程序代码: XmlDocument xmldoc = new XmlDocument(); xmldoc.AppendChild(xmldoc.CreateXmlDeclaration("1.0", "UTF-8", null)); XmlElement firstElement = xml 阅读全文
posted @ 2016-07-05 14:09 Pavilion 阅读(8424) 评论(2) 推荐(1)
摘要: private void btnadd_Click(object sender, EventArgs e) { int fileCount = 0; foreach (Control c in this.flowLayoutPanel1.Controls) { i... 阅读全文
posted @ 2016-07-05 10:03 Pavilion 阅读(3040) 评论(1) 推荐(0)
摘要: private void write_listview(DataSet ds) { DataTable dt = ds.Tables[0]; dataGridView1.DataSource = dt.DefaultView; for (int i = 0; i 0) ... 阅读全文
posted @ 2016-07-05 09:55 Pavilion 阅读(1326) 评论(0) 推荐(0)