DESKTOP-999R8N3\CJY 2025-07-03 15:29:45 +09:00
commit e3393ac377
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.ModbusOpen();
// 초기 파라미터 전송 // 초기 파라미터 전송
this.TrasferSystemParameter(this.SystemConfig); this.TrasferSystemParameter(this.SystemConfig);
// User List Timer
this.timerUserList.Enabled = true;
} }
#endregion #endregion