qrmode 에서 wms rcv 태그 인식되게 함

This commit is contained in:
ChiKyun Kim
2025-08-06 10:05:24 +09:00
parent a7bc964b5c
commit c17296101a
89 changed files with 8051 additions and 6661 deletions

View File

@@ -91,7 +91,8 @@ namespace Project
PUB.log.Flush();
UTIL.SaveBugReport(emsg);
Shutdown();
var f = new Dialog.fErrorException(emsg);
var f = new AR.Dialog.fErrorException(emsg);
f.ShowDialog();
Application.ExitThread();
}
@@ -118,7 +119,7 @@ namespace Project
PUB.log.Flush();
UTIL.SaveBugReport(emsg);
Shutdown();
var f = new Dialog.fErrorException(emsg);
var f = new AR.Dialog.fErrorException(emsg);
f.ShowDialog();
Application.ExitThread();
}