| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public event Action<HStation.Vmo.PhartDiagramRelationVmo> ReloadDataEvent; |
| | | |
| | |
| | | private PhartDiagramRelationVmo _vmo = null; |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public void SetBindingData(AssetsExchangerMainVmo exchanger) |
| | | { |
| | |
| | | return false; |
| | | } |
| | | return true; |
| | | |
| | | } |
| | | |
| | | //确定 |
| | |
| | | return; |
| | | } |
| | | var diagram = this.universalChartImageImportCtrl1.Get(); |
| | | diagram.Name = this.txtName.Text.Trim(); |
| | | var diagramId = await BLLFactory<Yw.BLL.PhartDiagramExtensions>.Instance.Insert(diagram); |
| | | if (diagramId < 1) |
| | | { |
| | |
| | | this.DialogResult = DialogResult.OK; |
| | | this.Close(); |
| | | } |
| | | |
| | | |
| | | //导入图片 |
| | | private void btnEditPicture_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e) |