WIP Assisted tooling

This commit is contained in:
Lucio Maranta
2019-03-14 12:26:12 +00:00
parent 84eeb2b2a2
commit 0efb99dc30
3 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -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();