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;
         }
     }