This commit is contained in:
ChiKyun Kim
2025-09-23 15:41:16 +09:00
parent 02028afc27
commit b037dd53e6
74 changed files with 4269 additions and 7917 deletions

View File

@@ -60,7 +60,7 @@ namespace Project
private void SM_StepCompleted(object sender, EventArgs e)
{
PUB.log.Add($"스텝완료({PUB.sm.Step})");
PUB.log.Add($"Step completed({PUB.sm.Step})");
//초기화가 완료되면 컨트롤 글자를 변경 해준다.
if (PUB.sm.Step == eSMStep.INIT)