2013年5月3日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MyTest{ class Number { public Number() { Console.WriteLine("我是父类的构造函数"); } public void test() { Console.WriteLine("纯测试"); } public ... 阅读全文
posted @ 2013-05-03 09:29 叶龙 阅读(2105) 评论(0) 推荐(0) 编辑