08 2012 档案

摘要: 阅读全文
posted @ 2012-08-03 18:08 刀锋浪 阅读(538) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Data.SqlClient;namespace WindowsFormsApplication1{ public partial class Form2 : Form { int pageSiz... 阅读全文
posted @ 2012-08-03 18:04 刀锋浪 阅读(187) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace backGroundWorker{ public partial class Form1 : Form { public Form1() { ... 阅读全文
posted @ 2012-08-03 17:56 刀锋浪 阅读(317) 评论(0) 推荐(0)