lu
2025-04-01 7517f4742fbe90e6e347c40f9db83d1393bef704
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.cs
@@ -25,6 +25,7 @@
            this.fBc = _fBc;
            txt_gx.Text = fGx;
            txt_bc.Text = fBc;
            txt_barCode.Focus();
            txt_barCode.KeyDown += (s, e) =>
            {
                if (e.KeyCode == Keys.Enter) { getModel("", ""); };