set a start page in xamarin forms code example
Example: how to choose startup page xarmin
public App() // in app.xaml.cs
{
InitializeComponent();
MainPage = new FirstPage();
}
public App() // in app.xaml.cs
{
InitializeComponent();
MainPage = new FirstPage();
}