base decodifica barcode x Machine Selection
This commit is contained in:
@@ -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
@@ -144,7 +144,8 @@
|
||||
Cart,
|
||||
Bin,
|
||||
BinProcessed,
|
||||
SecScreen
|
||||
SecScreen,
|
||||
MachSelection
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user