摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Linq;4usingSystem.Text;5usingSystem.Reflection;67namespaceConsoleTest8{9//接口定义10interfaceIEmploy11{12//继承该接口要实现的方法13voidSpeak(strings);14} 阅读全文
posted @ 2010-06-03 18:53
bluce chen
阅读(504)
评论(1)
推荐(0)