AuthDemoXForms.AppShell.AppShell C# (CSharp) Method

AppShell() public method

public AppShell ( ) : AuthDemoXForms.Views
return AuthDemoXForms.Views
        public AppShell()
        {
            InitializeComponent();
            Routing.RegisterRoute("UserProfil", typeof(UserProfilPage));
        }
    }
AppShell