Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor App initialization to use CreateWindow method
Modified the App constructor to remove direct initialization of MainPage with AppShell. Added a new CreateWindow method that overrides the base class method to create and return a new Window object initialized with AppShell. This change improves the structure and initialization process of the application.
- Loading branch information