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

2008年11月27日

摘要: //注:此例为完整实例. using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplications{ public delegate void Counts(object sender, AreaEventArgs e); public class Core { public even... 阅读全文

posted @ 2008-11-27 16:10 功夫熊猫 阅读(219) 评论(0) 推荐(0)