|
@@ -376,6 +376,8 @@ namespace UAS_LabelMachine
|
|
|
{
|
|
{
|
|
|
GridPrcode.Rows[i].Selected = true;
|
|
GridPrcode.Rows[i].Selected = true;
|
|
|
GridPrcode.FirstDisplayedScrollingRowIndex = i;
|
|
GridPrcode.FirstDisplayedScrollingRowIndex = i;
|
|
|
|
|
+ Input.Clear();
|
|
|
|
|
+ OutBoxNum_Click(new object(), new EventArgs());
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|