This commit is contained in:
ChiKyun Kim
2025-09-09 08:25:50 +09:00
parent 9a7d1d27c7
commit adb66451ca
79 changed files with 4195 additions and 2213 deletions

View File

@@ -433,7 +433,7 @@ namespace Project.Dialog
private void btOK_MouseClick(object sender, MouseEventArgs e)
{
Confirm();
}
@@ -541,7 +541,7 @@ namespace Project.Dialog
private void btOK_Click(object sender, EventArgs e)
{
Confirm();
}
}
}