qrmode 에서 wms rcv 태그 인식되게 함
This commit is contained in:
@@ -1097,7 +1097,7 @@ namespace Project
|
||||
|
||||
private void toolStripButton6_Click(object sender, EventArgs e)
|
||||
{
|
||||
var f = new Dialog.fInput("모델명을 입력하세요",string.Empty);
|
||||
var f = new AR.Dialog.fInput("모델명을 입력하세요",string.Empty);
|
||||
if (f.ShowDialog() != DialogResult.OK) return;
|
||||
|
||||
//지정한 이름이있는지 확인한다.
|
||||
@@ -1422,7 +1422,7 @@ namespace Project
|
||||
return;
|
||||
}
|
||||
|
||||
var f = new Dialog.fTouchKeyFull("모델명 변경", dr.Title);
|
||||
var f = new AR.Dialog.fTouchKeyFull("모델명 변경", dr.Title);
|
||||
if (f.ShowDialog() != DialogResult.OK) return;
|
||||
|
||||
var valstr = f.tbInput.Text.Trim();
|
||||
|
||||
Reference in New Issue
Block a user