Fix fanuc load

This commit is contained in:
Lucio Maranta
2019-01-09 16:38:23 +00:00
parent e79d8b3df8
commit f5af9dfcb3
6 changed files with 119 additions and 102 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ namespace CMS_CORE_Library.Models
public byte Type { get; set; }
}
// If u need to order properties, use the code below
// If u need to order properties, u could use the code below
// properties = properties.OrderBy(x => ((FanucOrderAttribute)x.GetCustomAttribute(typeof(FanucOrderAttribute))).Val).ToArray();
public class OsaiOrderAttribute : Attribute