示例#1
0
        protected override void Init()
        {
            var firstPage = new TestPage();

            Navigation.PushAsync(firstPage);
        }
示例#2
0
        protected override void Init()
        {
            var testPage = new TestPage();

            this.Navigation.PushAsync(testPage);
        }