.Net设计模式实例之命令模式(Command Pattern)
.Net设计模式实例之命令模式(Command Pattern)2011-05-06 博客园 灵动生活一、命令模式简介(Brief Introduction)命令模式(Command Pattern)将请求封装为一个对象,从而使你用不同的请求对客户进 行参数化,对请求排队或纪录请求日志,以及支持可撤销的操作。Encapsulate a request as an object, thereby letting you parameterize client...