유저리스트 읽기

main
DESKTOP-S459P9R\LSJ 2025-07-03 15:28:56 +09:00
parent f332fa6bdd
commit 7540f70b2e
6 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -7040,6 +7040,9 @@ namespace INT63DC_6CH.Forms
this.ModbusOpen();
// 초기 파라미터 전송
this.TrasferSystemParameter(this.SystemConfig);
// User List Timer
this.timerUserList.Enabled = true;
}
#endregion