Sorry for this beginner question but I need understand.
In ABMApplication class we have the subs BuildPage () and BuildTheme().
Is that really necessary?
Why this code is executed if on WebSocket_Connected() the app is always directed to the Initial page?
See: ABMShared.NavigateToPage (ws, "", "./" & InitialPage)
Thank you.
In ABMApplication class we have the subs BuildPage () and BuildTheme().
Is that really necessary?
Why this code is executed if on WebSocket_Connected() the app is always directed to the Initial page?
See: ABMShared.NavigateToPage (ws, "", "./" & InitialPage)
Thank you.