| | |
| | | return; |
| | | } |
| | | _hydroInfo = await BLLFactory<Yw.BLL.HydroModelInfo>.Instance.GetByID(id); |
| | | //this.xhsProjectSimulationPropertyCtrl1.SetBindingData(_hydroInfo); |
| | | //this.xhsProjectSimulationPropertyCtrl1.SetMatching(_hydroInfo); |
| | | TipFormHelper.ShowSucceed("保存成功!"); |
| | | } |
| | | |
| | | //自动匹配 |
| | | private void barBtnAllAutoMatching_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | { |
| | | var dlg = new AssetsAutoMatchingMainDlg(new AssetsAutoMatchingInputViewModel()); |
| | | var dlg = new AssetsAutoMatchingMainDlg(); |
| | | // dlg.SetBindingData(); |
| | | dlg.RelaodEvent += (rhs) => |
| | | { |
| | | return false; |
| | | }; |
| | | dlg.ShowDialog(); |
| | | } |
| | | |
| | |
| | | await this.xhsProjectSimulationBimfaceCtrl1.SetSelectedComponents(new List<string>() { parter.Code }); |
| | | ShowProperty(); |
| | | } |
| | | |
| | | |
| | | } |
| | | } |