Fix Siemens library, removed SHANKS
This commit is contained in:
@@ -307,6 +307,7 @@ namespace CMS_CORE_Library.Models
|
||||
PART_PROGRAM = 1,
|
||||
JOB = 2
|
||||
}
|
||||
|
||||
public static IFormatProvider numberFormat = (NumberFormatInfo)CultureInfo.InvariantCulture.NumberFormat.Clone();
|
||||
|
||||
#region Cms Errors Codes
|
||||
|
||||
@@ -190,7 +190,7 @@ namespace CMS_CORE_Library.Models
|
||||
|
||||
public class SiemensMagazineConfigModel
|
||||
{
|
||||
public byte Id;
|
||||
public short Id;
|
||||
public SIEMENS_MAGAZINE_TYPE Type;
|
||||
public int MaxPositions;
|
||||
public string Name;
|
||||
|
||||
Reference in New Issue
Block a user