WIP Assisted tooling
This commit is contained in:
@@ -155,8 +155,8 @@ namespace CMS_CORE_Library.Models
|
||||
public enum ASSISTED_TOOLING_ACTION
|
||||
{
|
||||
NONE = 0,
|
||||
UNLOAD = 1,
|
||||
EXCHANGE = 2
|
||||
EXCHANGE = 1,
|
||||
UNLOAD = 2
|
||||
}
|
||||
|
||||
public static IFormatProvider numberFormat = (NumberFormatInfo)CultureInfo.InvariantCulture.NumberFormat.Clone();
|
||||
|
||||
Reference in New Issue
Block a user