2021年7月22日

备忘录模式

摘要: 备忘录模式结构: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace DesignPattern.BehavioralPattern 7 阅读全文

posted @ 2021-07-22 16:32 HowieGo 阅读(53) 评论(0) 推荐(0)

导航