base decodifica barcode x Machine Selection

This commit is contained in:
Samuele Locatelli
2021-07-13 17:37:53 +02:00
parent 27ec011a00
commit 5273f6d63a
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -353,6 +353,14 @@ namespace AppData
answ.codeInt = codeInt;
answ.description = $"{ComLib.traduci("BinPaint")}: {answ.code}";
}
else if (bcValue.StartsWith("MSEL"))
{
answ.codeType = codeType.MachSelection;
answ.code = bcValue.Replace("MSEL", "");
int codeInt = 0;
answ.codeInt = codeInt;
answ.description = $"{ComLib.traduci("BinPaint")}: {answ.code}";
}
return answ;
}
+2 -1
View File
@@ -144,7 +144,8 @@
Cart,
Bin,
BinProcessed,
SecScreen
SecScreen,
MachSelection
}
/// <summary>