摘要:
1. 默认情况下,int为“0”;string为空;public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { Test test = new Test(); Messag... 阅读全文
posted @ 2010-03-06 21:42
平凡人生
阅读(159)
评论(0)
推荐(0)
摘要:
1. 类内部namespace _15.类的修饰符{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { defaultMethod(); publicMethod(); privateM... 阅读全文
posted @ 2010-03-06 20:35
平凡人生
阅读(224)
评论(0)
推荐(0)