コード例 #1
0
ファイル: TestPages.cs プロジェクト: zmtzawqlp/maui
        protected TestShell() : base()
        {
            Routing.Clear();
#if APP
            Init();
#endif
        }
コード例 #2
0
ファイル: TestPages.cs プロジェクト: pipeline-foundation/maui
        protected TestShell() : base()
        {
            Device.SetFlags(new List <string> {
                ExperimentalFlags.ShellUWPExperimental
            });
            Routing.Clear();
#if APP
            Init();
#endif
        }
コード例 #3
0
 public override void TearDown()
 {
     base.TearDown();
     Routing.Clear();
 }