How to customize the PrismApplication class or override the Initialize method? #3032
-
I have a complex project that has a lot of loading functions in the Initialize, RegisterTypes, etc., which causes the project to start slowly.
So did I make a mistake by asking for help? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You're taking the wrong approach. You simply want to show a loading screen while you offload the work your application has to do to get setup. The Prism initialization process is fast and is not the source of your issue. |
Beta Was this translation helpful? Give feedback.
You're taking the wrong approach. You simply want to show a loading screen while you offload the work your application has to do to get setup. The Prism initialization process is fast and is not the source of your issue.