摘要: namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Manager manager = new Manager(); manager.Fun(); } } pu... 阅读全文
posted @ 2009-03-25 20:32 冰雪精灵 阅读(237) 评论(3) 推荐(0)