From 54d13b13d33f455122a92aef1bc6f700d31535b1 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 01 六月 2023 10:23:29 +0800
Subject: [PATCH] 去掉调试代码
---
HDL-ON_iOS/ViewController.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/HDL-ON_iOS/ViewController.cs b/HDL-ON_iOS/ViewController.cs
index fc4f4c5..7b984a0 100644
--- a/HDL-ON_iOS/ViewController.cs
+++ b/HDL-ON_iOS/ViewController.cs
@@ -26,7 +26,7 @@
{
base.ViewDidLoad();
- HDL_ON.MainPage.Show();
+ HDL_ON.MainPage.ShowAsync();
try
{
@@ -62,6 +62,8 @@
}
}) { IsBackground = true }.Start();
+
+
}
public override UIStatusBarStyle PreferredStatusBarStyle()
{
--
Gitblit v1.8.0