摘要:
public partial class Form1 : Form { public Form1() { InitializeComponent(); } private List<MyClass> iList = new List<MyClass>(); private void button1_Click(object sender, EventArgs e) { for (int i = 0; i < 10; i++) { ... 阅读全文
posted @ 2011-09-14 14:28
九月的海
阅读(549)
评论(0)
推荐(0)

浙公网安备 33010602011771号