소스 검색

测试git修改操作

SYL 4 년 전
부모
커밋
ea830e8cc2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;
         }
     }