This commit is contained in:
ChiKyun Kim
2026-01-29 14:24:30 +09:00
parent 58ca67150d
commit 1da1f2de28
3 changed files with 28 additions and 25 deletions

View File

@@ -639,6 +639,9 @@ namespace Project
private void btLog_Click(object sender, EventArgs e)
{
if (PUB.log != null)
PUB.log.Flush();
if (form_log == null || form_log.IsDisposed || form_log.Disposing)
form_log = new Dialog.fLog();