| | |
| | | public void ShowPage( |
| | | ViewModel.HdrBaseInfo base_info, |
| | | ViewModel.GeomBaseInfo geom_info, |
| | | DPumpHydr.ViewModel.eWizardStepDiretion step_direction,bool isxml) |
| | | DPumpHydr.ViewModel.eWizardStepDiretion step_direction,bool isRefreshModel = true) |
| | | { |
| | | if (step_direction == DPumpHydr.ViewModel.eWizardStepDiretion.åé) |
| | | { |
| | |
| | | } |
| | | this._hdrBaseInfo = base_info; |
| | | this._geomBaseInfo = geom_info; |
| | | if (isxml) |
| | | { |
| | | return; |
| | | } |
| | | |
| | | if (_sectionBundleInfo == null) |
| | | { |
| | | _sectionBundleInfo = new ViewModel.SectionBundleInfo(); |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | RefreshAllSectPara(_sectionBundleInfo); |
| | | |
| | | if (isRefreshModel == false) |
| | | { |
| | | return; |
| | | } |
| | | |
| | | RefreshShape(_sectionBundleInfo); |
| | | } |
| | | private void pictureBoxRefreshK3_Click(object sender, EventArgs e) |