From 160785587667cc0d927f85e44c139ec9dde13a9e Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 25 十一月 2019 14:30:13 +0800 Subject: [PATCH] 原来的 IOS 工程舍弃(注:没有合并其他组员的代码) --- ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs index 9dd6fd2..824b65f 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs @@ -53,20 +53,20 @@ { instance = this; } - /// <summary> - /// 鐢婚潰鏄剧ず(搴曞眰浼氬浐瀹氳皟鐢ㄦ鏂规硶锛屽�熶互瀹屾垚鐢婚潰鍒涘缓) - /// </summary> - public void ShowForm() - { - //璁剧疆鏍囬淇℃伅 - base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uVersionInformation)); - //鍒濆鍖栦腑閮ㄦ帶浠� - this.InitMiddleFrame(); - } + /// <summary> + /// 鐢婚潰鏄剧ず(搴曞眰浼氬浐瀹氳皟鐢ㄦ鏂规硶锛屽�熶互瀹屾垚鐢婚潰鍒涘缓) + /// </summary> + public void ShowForm() + { + //璁剧疆鏍囬淇℃伅 + base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uVersionInformation)); + //鍒濆鍖栦腑閮ㄦ帶浠� + this.InitMiddleFrame(); + } /// <summary> /// Closes the form. /// </summary> - public override void CloseForm() + public override void CloseFormBefore() { #if Android if(isUpdating==true) @@ -80,7 +80,7 @@ updateBtn.Visible = true; SetDownLoadBtnNoVisible(); CommonPage.CancelDownLoadApkAsync(); - base.CloseForm(); + base.CloseFormBefore(); } else { @@ -91,16 +91,16 @@ else { Phone.UserView.HomePage.Instance.ScrollEnabled = true; - base.CloseForm(); + base.CloseFormBefore(); } #elif iOS - base.CloseForm(); + base.CloseFormBefore(); #endif } - /// <summary> - /// 鍒濆鍖栦腑閮ㄦ帶浠� - /// </summary> - private void InitMiddleFrame() + /// <summary> + /// 鍒濆鍖栦腑閮ㄦ帶浠� + /// </summary> + private void InitMiddleFrame() { var logoBtn = new Button() { -- Gitblit v1.8.0