qrmode 에서 wms rcv 태그 인식되게 함
This commit is contained in:
@@ -517,7 +517,7 @@ namespace Project.Dialog
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.TopMost = false;
|
||||
var f = new Dialog.fTouchKeyFull("CUSTOMER CODE", cmbCustCode.Text.Trim());
|
||||
var f = new AR.Dialog.fTouchKeyFull("CUSTOMER CODE", cmbCustCode.Text.Trim());
|
||||
if (f.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
cmbCustCode.Text = f.tbInput.Text.Trim();
|
||||
|
||||
Reference in New Issue
Block a user