From f54a487bb42ac49bf81bd7b5eea311fc79231bc6 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期四, 06 六月 2024 17:37:22 +0800
Subject: [PATCH] 备份
---
HDL_ON/Common/HDLCommon.cs | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs
index c8ede04..a1629e6 100644
--- a/HDL_ON/Common/HDLCommon.cs
+++ b/HDL_ON/Common/HDLCommon.cs
@@ -642,8 +642,13 @@
string strValue = list[i];
nSObject[i] = new Foundation.NSString(strValue);
}
- EZSDK.IOS.EZSDK.SharedInstance().ToEZDeviceListViewWithFilterTypes(nSObject);
-
+ try
+ {
+ EZSDK.IOS.EZSDK.SharedInstance().ToEZDeviceListViewWithFilterTypes(nSObject);
+ }catch(Exception x)
+ {
+ MainPage.Log("Error", x.Message);
+ }
#else
--
Gitblit v1.8.0