摘要: /// <summary> /// 外观模式Facade Pattern /// geovindu,Geovin Du eidt /// 机器人颜色 /// </summary> public class RobotColor { /// <summary> /// 颜色名称 /// </summa 阅读全文
posted @ 2022-10-05 23:37 ®Geovin Du Dream Park™ 阅读(51) 评论(0) 推荐(0)
摘要: https://github.com/apress/pro-c-sharp-10https://github.com/ProfessionalCSharp/ProfessionalCSharp2021https://github.com/lianggan13/CSharp-in-a-Nutshell 阅读全文
posted @ 2022-10-05 22:42 ®Geovin Du Dream Park™ 阅读(949) 评论(0) 推荐(0)
摘要: /// <summary> /// 适配器模式 Adapter PatternA /// geovindu, Geovin Du edit /// </summary> interface IRectangle { void AboutMe(); } /// <summary> /// /// </ 阅读全文
posted @ 2022-10-05 16:35 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0)
摘要: /// <summary> ///装饰模式 Decorator Pattern ///geovindu,Geovin Du eidt /// /// </summary> abstract class AbstractHome { /// <summary> /// /// </summary> p 阅读全文
posted @ 2022-10-05 14:23 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0)