| | |
| | | #region 自动匹配 |
| | | |
| | | //自动匹配 |
| | | private void barBtnAutoMatching_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | private void barBtnMatching_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | { |
| | | if (_hydroInfo == null) |
| | | { |
| | |
| | | this.assetsMainChoicePage1.SetBindingData(input); |
| | | this.assetsMainChoicePage1.RelaodEvent += (output) => |
| | | { |
| | | |
| | | AssetsMatchingParasHelper.Apply(_hydroInfo, output); |
| | | return true; |
| | | return AssetsMatchingParasHelper.Apply(_hydroInfo, output); |
| | | }; |
| | | this.docPnlMatchingList.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Visible; |
| | | this.docPnlMatchingList.Height = 350; |