摘要: /// <summary> /// 原型模式 Prototype Pattern /// </summary> public interface IColorPrototype { /// <summary> /// /// </summary> /// <returns></returns> IC 阅读全文
posted @ 2022-11-09 23:25 ®Geovin Du Dream Park™ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: /// <summary> ///单例模式 单件模式、Singleton Pattern /// </summary> public abstract class BaseGreeter { public virtual void Greet() => Console.WriteLine($"Gre 阅读全文
posted @ 2022-11-09 23:11 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑