From 5cff5c00c2870ebcb35293560b77355b819e0d5e Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 22 十二月 2020 16:33:51 +0800 Subject: [PATCH] 2020-12-22 1.登录页面关闭监听事件修复。 --- .vs/HDL_APP_Project/xs/UserPrefs.xml | 19 ++++++++++--------- HDL_ON/UI/UI1-Login/LoginPage.cs | 10 ++++------ 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index 300c2a6..9c0e500 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,19 +1,20 @@ -锘�<Properties StartupConfiguration="{09712674-2A38-407B-B1E2-560B2C352F9A}|Default"> +锘�<Properties StartupConfiguration="{D998E133-F0DD-4760-BE3C-461632F54DA4}|Default"> <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008030-00014C392121802E" /> - <MonoDevelop.Ide.Workbench> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI1-Login/LoginPageBLL.cs"> + <Files> + <File FileName="HDL_ON/UI/UI1-Login/LoginPageBLL.cs" Line="525" Column="54" /> + <File FileName="HDL_ON/UI/UI1-Login/LoginPage.cs" Line="62" Column="25" /> + <File FileName="HDL_ON/UI/UI0-Public/PublicAssmebly.cs" Line="499" Column="21" /> + </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> <Node name="HDL_APP_Project" expanded="True"> <Node name="HDL_ON" expanded="True"> <Node name="UI" expanded="True"> - <Node name="UI1-Login" expanded="True" /> - <Node name="UI2" expanded="True"> - <Node name="FuntionControlView" expanded="True"> - <Node name="AC" expanded="True"> - <Node name="ACPageBLL.cs" selected="True" /> - </Node> - </Node> + <Node name="UI0-Public" expanded="True" /> + <Node name="UI1-Login" expanded="True"> + <Node name="LoginPageBLL.cs" selected="True" /> </Node> </Node> </Node> diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index 945e10a..eaf1b96 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -29,13 +29,11 @@ waitPage.RemoveFromParent(); waitPage = null; } - else - { - base.RemoveFromParent(); - } - //2020-12-22 澧炲姞鐐瑰嚮闅愯棌閿洏浜嬩欢 - Application.HideSoftInput(); + base.RemoveFromParent(); + + ////2020-12-22 澧炲姞鐐瑰嚮闅愯棌閿洏浜嬩欢 + //Application.HideSoftInput(); } #region 灞�閮ㄥ彉閲� -- Gitblit v1.8.0