随笔分类 -  AOP

摘要:/******************************************************CreateBy:joe zhou *CreateDate:2011-10-18 *Description:装饰器模式实现的拦截器*****************************************************/using System;namespace T4Mvp{ /// <summary> /// 组件接口 /// </summary> public interface IComponent { /// <... 阅读全文
posted @ 2011-10-18 10:22 Joe·Zhou 阅读(558) 评论(0) 推荐(0)