Explorar o código

测试git修改操作

SYL %!s(int64=4) %!d(string=hai) anos
pai
achega
ea830e8cc2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;
         }
     }