摘要:
/******************************************************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)
浙公网安备 33010602011771号