[ASP.NET] 事件与委托的处理
摘要:
放一段C#中基本的利用事件与委托的程序,执行平台 .net控制台程序Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Text;45namespacepractise26{7publicdelegatevoidDelHandler(objectsender);//委托的申明8classProgram9{10staticvoidM 阅读全文
posted @ 2009-08-19 16:35 Felix Fang 阅读(322) 评论(0) 推荐(0) 编辑