WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/02-valve-chart/02-chart-edit/ValvePerform2dEditDlg.cs
@@ -12,7 +12,7 @@ /// <summary> /// 回调事件 /// </summary> public event Func<Yw.Geometry.CubicSpline2d, Yw.Geometry.CubicSpline2d, Yw.Geometry.CubicSpline2d, Task<bool>> ReloadDataEvent; public event Func<Yw.Geometry.CubicSpline2d, Task<bool>> ReloadDataEvent; /// <summary> /// 初始化数据 WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/02-valve-chart/05-import/01-excel/ImportValvePerform2dByExcelDlg.cs
@@ -23,7 +23,7 @@ return; } var result = await this.ReloadDataEvent?.Invoke(other_name); var result = await this.ReloadDataEvent?.Invoke(other_name,ql); if (!result) { XtraMessageBox.Show("导入失败!");