Browse Source

工厂模式

jeffrey 9 years ago
parent
commit
235c3c106e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      FactoryPattern/SimpleFactory.cs

+ 3 - 0
FactoryPattern/SimpleFactory.cs

@@ -1,5 +1,8 @@
 namespace FactoryPattern
 namespace FactoryPattern
 {
 {
+    /// <summary>
+    /// 产品枚举
+    /// </summary>
     public enum ProductEnum
     public enum ProductEnum
     {
     {
         ConcreateProductA,
         ConcreateProductA,