摘要:
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... 阅读全文
摘要:
1. 类内部namespace _15.类的修饰符{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { defaultMethod(); publicMethod(); privateM... 阅读全文