Proxy 模式
摘要:
namespace ProxyPursuit{ class Beauty { private string name; public string BeautyName { get; set; } public Beauty() { } public Beauty(string name2) { this.name = name2; } } interface GiveGift { void Gi... 阅读全文
posted @ 2009-07-13 21:10 Acor 阅读(239) 评论(0) 推荐(0)
浙公网安备 33010602011771号