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