qrmode 에서 wms rcv 태그 인식되게 함
This commit is contained in:
@@ -9,6 +9,7 @@ using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
|
||||
|
||||
namespace Project.Dialog
|
||||
{
|
||||
@@ -851,7 +852,7 @@ namespace Project.Dialog
|
||||
if (tn == null) return;
|
||||
|
||||
var old = tn.Text.Trim();
|
||||
var f = new Dialog.fInput("입력",tn.Text);
|
||||
var f = new AR.Dialog.fInput("입력",tn.Text);
|
||||
if (f.ShowDialog() != DialogResult.OK) return;
|
||||
|
||||
if (f.ValueString.isEmpty()) return;
|
||||
|
||||
Reference in New Issue
Block a user