Fix fanuc load
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user