HDL_ON/UI/UI2/FuntionControlView/AC/ACPageBLL.cs
@@ -122,7 +122,6 @@ }; } /// <summary> /// 加载模式改变事件 /// </summary> @@ -136,6 +135,7 @@ { btn1.IsSelected = btn2.IsSelected = true; aC.trait_mode.curValues = curMode; btnMode.UnSelectedImagePath = aC.curModeImage; Control.Send(CommandType_A.write, aC); dialog.Close(); }; @@ -156,6 +156,7 @@ { btn1.IsSelected = btn2.IsSelected = true; aC.trait_fan.curValues = curFan; btnWindSpeed.UnSelectedImagePath = aC.curFanImage; Control.Send(CommandType_A.write, aC); dialog.Close(); };