@ Ver 11.4.4 by LSJ

- 2024.10.08
 - Ver 11.4.3 Modify
 - Framework : SmartX Framework V3.1.1(update: 2019.03.21)
 - V11.4.1 추가 수정
   (버그수정)단순 로그인 시, 자동 로그아웃 기능 실행되는 버그 수정
   -> 로그인 시 한번 UserManager_AutoLogoutTimeoutPause() 호출 함
      다른 버튼 기능 사용 시 Part11AutomaticLogoutReset()을 실행하면서 자동로그아웃 타이머 재동작함

   Part11AutomaticLogoutReset() 호출 시
   Part11 기능 사용 시만 Reset 되도록 수정함
master V11.4.4
sj84 2024-10-10 16:42:33 +09:00
parent c205ba3918
commit 0138bc329e
3 changed files with 15 additions and 2 deletions

View File

@ -140,7 +140,7 @@ namespace INT69DC_7C.Forms
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelDisplayVer.Text = "11.4.3"; this.labelDisplayVer.Text = "11.4.4";
if(this.ParentForm.SystemConfig.EquipmentMode == 7) if(this.ParentForm.SystemConfig.EquipmentMode == 7)
this.labelTitleMainboardName.Text = "INT68M-2A"; this.labelTitleMainboardName.Text = "INT68M-2A";
else else

View File

@ -1043,6 +1043,7 @@ namespace INT69DC_7C.Forms
} }
public void Part11AutomaticLogoutReset() public void Part11AutomaticLogoutReset()
{ {
if (this.ParentForm.SystemConfig.IsPart11 == true)
UserManager.UserManager_AutoLogoutTimeoutReset(); UserManager.UserManager_AutoLogoutTimeoutReset();
} }

View File

@ -15,6 +15,18 @@
멀티형 8,10,12열 컨베어/스틱 계량기 멀티형 8,10,12열 컨베어/스틱 계량기
*/ */
@ Ver 11.4.4 by LSJ
- 2024.10.08
- Ver 11.4.3 Modify
- Framework : SmartX Framework V3.1.1(update: 2019.03.21)
- V11.4.1 추가 수정
(버그수정)단순 로그인 시, 자동 로그아웃 기능 실행되는 버그 수정
-> 로그인 시 한번 UserManager_AutoLogoutTimeoutPause() 호출 함
다른 버튼 기능 사용 시 Part11AutomaticLogoutReset()을 실행하면서 자동로그아웃 타이머 재동작함
Part11AutomaticLogoutReset() 호출 시
Part11 기능 사용 시만 Reset 되도록 수정함
@ Ver 11.4.3 by LSJ @ Ver 11.4.3 by LSJ
- 2024.09.09 - 2024.09.09
- Ver 11.4.2 Modify - Ver 11.4.2 Modify