| | |
| | | private PhartDiagramRelationVmo _relation = null; |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public async void SetBindingData(AssetsCompressorMainVmo vmo) |
| | | { |
| | |
| | | return; |
| | | } |
| | | _allBindingList.Remove(vm); |
| | | this.universalChartViewCtrl1.ClearBindingData(); |
| | | this.phartDiagramRelationListCtrl1.SetBindingData(_allBindingList); |
| | | TipFormHelper.ShowSucceed("删除成功!"); |
| | | } |
| | | |
| | | |
| | | #region 当前 |
| | | |
| | |
| | | return _relation; |
| | | } |
| | | |
| | | #endregion |
| | | #endregion 当前 |
| | | |
| | | //Excel导入 |
| | | private void barBtnImportByExcel_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | |
| | | var vmo = await BLLFactory<Yw.BLL.PhartDiagramExtensions>.Instance.GetByID(relation.DiagramID); |
| | | this.universalChartViewCtrl1.SetBindingData(vmo); |
| | | } |
| | | |
| | | } |
| | | } |
| | | } |