摘要: 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;namespace Example43{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } privat... 阅读全文
posted @ 2011-10-20 01:18 C#_初学者 阅读(1878) 评论(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.Collections; // 引用 IEnumeratornamespace Example42{ public partial class Form1 : Form { public Form1() {... 阅读全文
posted @ 2011-10-20 00:24 C#_初学者 阅读(278) 评论(0) 推荐(0) 编辑