Exemplo n.º 1
0
        protected override void Init()
        {
            var firstPage = new TestPage();

            Navigation.PushAsync(firstPage);
        }
Exemplo n.º 2
0
        protected override void Init()
        {
            var testPage = new TestPage();

            this.Navigation.PushAsync(testPage);
        }