理想与现实之间

学习的最好方法就是blog

博客园 首页 新随笔 联系 订阅 管理

2004年3月25日 #

摘要: 请看以下例程:using System; namespace ConsoleApplication1{ interface ITest { void TestMethod(); } class TestType : ITest { //public testType(int i) {} ... 阅读全文
posted @ 2004-03-25 21:44 Justin Shen 阅读(1828) 评论(6) 推荐(0)