App.App C# (CSharp) Method

App() public method

public App ( )
    public App()
    {
        InitializeComponent();

        MainPage = new AppShell();
    }
}

Same methods

App::App ( ) : Microsoft.UI.Xaml