Browse Source

测试git修改操作

SYL 4 năm trước cách đây
mục cha
commit
ea830e8cc2
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      NXWMS.Client.Code/Attributes/EnumImageAttribute.cs

+ 3 - 0
NXWMS.Client.Code/Attributes/EnumImageAttribute.cs

@@ -11,10 +11,13 @@ namespace NXWMS.Client.Code.Attributes
         public EnumImageAttribute(string imagePathStr)
         {
             imagePath = imagePathStr;
+
         }
         public string imagePath
         {
             get;
+
+
             private set;
         }
     }