随笔分类 -  设计模式

桥接模式
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Collectio... 阅读全文
posted @ 2010-07-02 13:39 孟凡龙 阅读(132) 评论(0) 推荐(0)
Decorator
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Collectio... 阅读全文
posted @ 2010-03-18 10:27 孟凡龙 阅读(114) 评论(0) 推荐(0)
观察者模式 C#
摘要:用C#实现观察者模式:用委托和事件 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;name... 阅读全文
posted @ 2010-03-10 09:02 孟凡龙 阅读(178) 评论(0) 推荐(0)