add - 自动准备上线

wangsr
wangsr 1 year ago
parent 020548a811
commit ac7d7251c5

@ -171,6 +171,8 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
ControlsEntity.WetOutDelayTime.MCValue = getWeterM1[4].MixTime; ControlsEntity.WetOutDelayTime.MCValue = getWeterM1[4].MixTime;
} }
#region 帮助类
/// <summary> /// <summary>
/// 单选选择 /// 单选选择
/// </summary> /// </summary>
@ -274,5 +276,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
return McControls.First(x => x.Name == name) as MCRadioButton; return McControls.First(x => x.Name == name) as MCRadioButton;
} }
#endregion
} }
} }

Loading…
Cancel
Save