ready for unit testing

This commit is contained in:
Infineon\StieberD
2025-06-17 17:10:31 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent 401c03d752
commit 03e85359d1
21 changed files with 1713 additions and 546 deletions

View File

@ -168,9 +168,6 @@ Event PUB_SIGN.CLICK()
Set_Property(@Window, 'SAVEWARN', False$)
Set_Status(0)
Send_Event(@Window, 'READ')
* RDSNo = Get_Property(@Window:'.RDS_NO', 'TEXT', 'X')
* CombStatus = Xlate('RDS', RDSNo, 'COMB_STATUS_STATIC', 'X')
* Set_Property(@Window:'.COMB_STATUS', 'TEXT', CombStatus)
end event
@ -179,5 +176,3 @@ end event
// Internal GoSubs
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////