wxr
2023-11-07 955d02679c2c22bd3debd40a71510d78a8256cc4
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
            {