Is it possible to initiate a method in the App.xml.cs file instead of a content page?
I’m building a .NET Maui app where the user has to initially select a database. So instead of a content page appearing with no data because a database has not been selected, I’m looking to initially run a method that would look for a a database on the computer.