wxr
2024-01-03 300a5d5370d10d97eb5dfdfa43bb0156c15d23e3
HDL-ON_iOS/ViewController.cs
@@ -22,11 +22,18 @@
            }
        }
        // 切换到竖屏模式
        public override UIInterfaceOrientationMask GetSupportedInterfaceOrientations()
        {
            return UIInterfaceOrientationMask.Portrait;
        }
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            HDL_ON.MainPage.ShowAsync();
            HDL_ON.MainPage.Show();
            try
            {