WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_ExportImport.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WinFrmUI/DPumpHydr.WinFrmUI.Volute/MainViewPage_ExportImport.cs
@@ -33,7 +33,15 @@ MessageBox.Show("您还没有完成定义参数!请该界面全部输入完成后在进行导出!"); return; } if (_sectionBundleInfo == null) { _sectionBundleInfo = new ViewModel.SectionBundleInfo(); _sectionBundleInfo.BaseWidth = _geomBaseInfo.B3; _sectionBundleInfo.BaseCircleRadius = _geomBaseInfo.D3 / 2; _sectionBundleInfo.ResetAllParas(_hdrBaseInfo, _geomBaseInfo); } } }