fmain 화면 버튼 이베늩 연결 끊기는 현상 수정 (파일을 다시 생성하고 링크작업 다시 시작

This commit is contained in:
chi
2025-06-30 14:05:50 +09:00
parent 00dd50192b
commit 00ab716ff3
3 changed files with 1816 additions and 1807 deletions

View File

@@ -301,9 +301,6 @@ namespace Project
}
PUB.log.Add("WS << " + e.rawData);
}
void socket_RecvMessage(object sender, Device.Socket.SocketMessageEventArgs e)
{
@@ -604,7 +601,7 @@ namespace Project
}
private void arLabel3_Click(object sender, EventArgs e)
private void btShowManual_Click(object sender, EventArgs e)
{
string file = System.IO.Path.Combine(UTIL.CurrentPath, "manual.pdf");
if (System.IO.File.Exists(file) == false)
@@ -817,7 +814,7 @@ namespace Project
}
private void arLabel2_Click_1(object sender, EventArgs e)
private void btTopMenu_Volume_Click_1(object sender, EventArgs e)
{
using (var f = new Dialog.fVolume())
f.ShowDialog();