文件名从 WinFrmUI/Yw.WinFrmUI.Phart.Core/v1/01-perform/01-pump-chart/05-import/03-one-point/ImportPumpPerform2dByOnePointDlg.cs 修改 |
| | |
| | | |
| | | namespace Yw.WinFrmUI.Phart |
| | | { |
| | | public partial class ImportPumpPerform2dByOnePointDlg : XtraForm |
| | | public partial class PumpImportByOnePointDlg : XtraForm |
| | | { |
| | | public ImportPumpPerform2dByOnePointDlg() |
| | | public PumpImportByOnePointDlg() |
| | | { |
| | | InitializeComponent(); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// <summary> |
| | | /// 鍥炶皟浜嬩欢 |
| | | /// </summary> |
| | | public event Func<string, Yw.Pump.CurveQH, Yw.Pump.CurveQE, Yw.Pump.CurveQP, Task<bool>> ReloadDataEvent; |
| | | |
| | | |
| | | |
| | | public void Set(double flow, double head, double speed, double? eff, double level = 1, bool is_sxp = true) |
| | | { |
| | | this.importCurveByOnePointCtrl1.Set(flow, head, speed, eff, level, is_sxp); |