From b800fbdf874cdc75ddc137ea2c22ac2c25d8b45c Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期二, 26 十一月 2019 10:10:37 +0800
Subject: [PATCH] 2019.11.26

---
 ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs b/ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs
index f99c5f9..72eb5ed 100644
--- a/ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs
+++ b/ZigbeeApp/Shared/Phone/Device/CommonForm/DeviceDetailInfo.cs
@@ -250,7 +250,7 @@
                                                                                                //鏍囬:閫夋嫨鍔熻兘绫诲瀷
                     var title = Language.StringByID(R.MyInternationalizationString.uSelectFunctionType);
 
-                    var form = new BottomDialogSelectForm();
+                    var form = new BottomItemSelectForm();
                     form.AddForm(title, listText, nowSelectNo);
                     form.FinishSelectEvent += (selectNo) =>
                     {
@@ -272,19 +272,19 @@
                     };
                 };
 
-                sharedRow = new DeviceInfoRow(723);
-                sharedRow.Init();
-                sharedRow.SetTipTitle($"{Language.StringByID(R.MyInternationalizationString.Share)} : ");
-                sharedRow.SetTitle("2浜�");
-                infoFL.AddChidren(sharedRow);
+                //sharedRow = new DeviceInfoRow(723);
+                //sharedRow.Init();
+                //sharedRow.SetTipTitle($"{Language.StringByID(R.MyInternationalizationString.Share)} : ");
+                //sharedRow.SetTitle("2浜�");
+                //infoFL.AddChidren(sharedRow);
             }
             else
             {
-                sharedRow = new DeviceInfoRow(585);
-                sharedRow.Init();
-                sharedRow.SetTipTitle($"{Language.StringByID(R.MyInternationalizationString.Share)} : ");
-                sharedRow.SetTitle("2浜�");
-                infoFL.AddChidren(sharedRow);
+                //sharedRow = new DeviceInfoRow(585);
+                //sharedRow.Init();
+                //sharedRow.SetTipTitle($"{Language.StringByID(R.MyInternationalizationString.Share)} : ");
+                //sharedRow.SetTitle("2浜�");
+                //infoFL.AddChidren(sharedRow);
             }
 
             var confirmBtn = new CommonForm.CompleteButton(962, 907, 127);

--
Gitblit v1.8.0