From a75f121124e90619b2853ad079ae0a733366b022 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 08 十二月 2020 14:48:30 +0800
Subject: [PATCH] 2020-12-08-1

---
 HDL_ON/Common/HDLCommon.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs
index 3bacd32..344e963 100644
--- a/HDL_ON/Common/HDLCommon.cs
+++ b/HDL_ON/Common/HDLCommon.cs
@@ -252,6 +252,7 @@
                 {
                     Shared.Application.RunOnMainThread(() =>
                     {
+                        
                         //璐﹀彿鍦ㄥ埆澶勭櫥闄嗭紝琚涪涓嬬嚎 璺宠浆鍒扮櫥褰曢〉闈�
                         new Alert(Language.StringByID(StringId.Tip), Language.StringByID(StringId.LoggedOnOtherDevices), Language.StringByID(StringId.Close)).Show();
                         //2020-12-04 寰呭鍔犻��鍑虹櫥褰曟搷浣�
@@ -280,6 +281,7 @@
         /// </summary>
         public void Logout()
         {
+            return;
             try
             {
                 Shared.Application.RunOnMainThread(() =>

--
Gitblit v1.8.0