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

            Navigation.PushAsync(firstPage);
        }
예제 #2
0
파일: Issue3333.cs 프로젝트: zmtzawqlp/maui
        protected override void Init()
        {
            var testPage = new TestPage();

            this.Navigation.PushAsync(testPage);
        }