From b68cdc7e103a00d5df73e4b75603be8da1815b4a Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 29 四月 2020 13:59:52 +0800 Subject: [PATCH] 上传版本 --- ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/ACZbGatewayUpdateMenuForm.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/ACZbGatewayUpdateMenuForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/ACZbGatewayUpdateMenuForm.cs index 716466e..ba2f8cd 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/ACZbGatewayUpdateMenuForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/ACZbGatewayUpdateMenuForm.cs @@ -15,7 +15,7 @@ /// <summary> /// 璁惧 /// </summary> - private AC deviceAc = null; + private CommonDevice deviceAc = null; #endregion @@ -26,7 +26,7 @@ /// </summary> /// <param name="i_deviceAc">璁惧</param> /// <param name="hadNewVersion">鎷ユ湁鏂扮増鏈�</param> - public void ShowForm(AC i_deviceAc, bool hadNewVersion) + public void ShowForm(CommonDevice i_deviceAc, bool hadNewVersion) { this.deviceAc = i_deviceAc; -- Gitblit v1.8.0