| | |
| | | //这里先去获取它的干接点类型
|
| | | this.ShowProgressBar();
|
| | | //获取第七回路的配置信息
|
| | | listRelayInfo7 = await HdlDevicePanelLogic.Current.GetDryContactConfigureInfo(nowSelectDevice);
|
| | | listRelayInfo7 = HdlDevicePanelLogic.Current.GetDryContactConfigureInfo(nowSelectDevice);
|
| | | if (listRelayInfo7 == null)
|
| | | {
|
| | | //关闭进度条
|
| | |
| | | var title = Language.StringByID(R.MyInternationalizationString.uSelectDryContactFunction);
|
| | |
|
| | | var form = new BottomItemSelectForm();
|
| | | form.AddForm(title, listText, nowSelectNo);
|
| | | form.AddForm(title, listText, null, nowSelectNo);
|
| | | form.FinishSelectEvent += (selectNo) =>
|
| | | {
|
| | | if (selectNo == nowSelectNo)
|