菜鸟学C#

淡泊以明志,宁静以致远

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

2009年7月14日

摘要: 【委托】 1,工人Peter按工作步骤向老板报告的程序。 程序: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Worker { Boss boss; public void Advise(Boss b... 阅读全文
posted @ 2009-07-14 10:33 东东会会 阅读(857) 评论(0) 推荐(1)