文件名称:C# 简单工厂 的实现
文件大小:133KB
文件格式:ZIP
更新时间:2013-10-19 02:15:48
C#
自己看呗! 简单工厂模式 是 抽象工厂模式的一种过渡!
【文件预览】:
简单工厂
----DAL()
--------DAL.csproj(2KB)
--------bin()
--------obj()
--------Properties()
--------SqlService.cs(2KB)
--------DBHelper.cs(310B)
----WindowsApplication1()
--------Form1.cs(571B)
--------bin()
--------obj()
--------Properties()
--------Program.cs(478B)
--------Form1.Designer.cs(4KB)
--------WindowsApplication1.csproj(4KB)
--------App.config(276B)
--------Form1.resx(6KB)
----BLL()
--------Transfer.cs(297B)
--------bin()
--------BLL.csproj(2KB)
--------obj()
--------Properties()
----Model()
--------bin()
--------obj()
--------Properties()
--------StuInfo.cs(2KB)
--------Model.csproj(2KB)
--------StuMarks.cs(2KB)
----WindowsApplication1.suo(33KB)
----WindowsApplication1.sln(3KB)
----IDAL()
--------IDAL.csproj(2KB)
--------bin()
--------obj()
--------Properties()
--------IFactory.cs(242B)