This commit is contained in:
ChiKyun Kim
2025-11-11 08:39:59 +09:00
parent a966b4a6ab
commit e6a39d52e9
15 changed files with 60 additions and 128 deletions

View File

@@ -147,13 +147,13 @@ namespace Project.Dialog
CheckDatabaseConnection();
await Task.Delay(300);
// 4. 포트 7979 사용 여부 체크
SafeInvoke(() => {
label1.Text = "🔌 포트 7979 상태 확인 중...";
});
//// 4. 포트 7979 사용 여부 체크
//SafeInvoke(() => {
// label1.Text = "🔌 포트 7979 상태 확인 중...";
//});
CheckPort7979InUse();
await Task.Delay(300);
//CheckPort7979InUse();
//await Task.Delay(300);
// 5. 바코드 설정
SafeInvoke(() => {