C#,设计模式,工厂模式
-
C# 设计模式之 工厂模式
把创建对象的事情 封装起来 using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DesignPyttern…
把创建对象的事情 封装起来 using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DesignPyttern…