摘要:
/// <summary> /// 原型模式 Prototype Pattern /// </summary> public interface IColorPrototype { /// <summary> /// /// </summary> /// <returns></returns> IC 阅读全文
posted @ 2022-11-09 23:25
®Geovin Du Dream Park™
阅读(29)
评论(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™
阅读(30)
评论(0)
推荐(0)
浙公网安备 33010602011771号