JLChen
2020-12-22 5cff5c00c2870ebcb35293560b77355b819e0d5e
2020-12-22 1.登录页面关闭监听事件修复。
2个文件已修改
29 ■■■■ 已修改文件
.vs/HDL_APP_Project/xs/UserPrefs.xml 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI1-Login/LoginPage.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.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>
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 局部变量