摘要:
请看以下例程: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)
浙公网安备 33010602011771号