2011年6月7日
摘要: public class BaseA{ public static MyTest a1 = new MyTest("a1"); public MyTest a2 = new MyTest("a2"); static BaseA() { MyTest a3 = new MyTest("a3"); } public BaseA() { MyTest a4 = new MyTest("a4"); } public virtual void MyFun() { MyTest a5 = new MyTest("a5 阅读全文
posted @ 2011-06-07 11:21 Berthing 阅读(338) 评论(0) 推荐(0) 编辑