Parcourir la source

测试git修改操作

SYL il y a 4 ans
Parent
commit
ea830e8cc2
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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;
         }
     }