| | |
| | | } |
| | | |
| | | // |
| | | List<Model.RiverWaterLevelDrop> allRiverWaterLevelDrop = BLL.RiverWaterLevelDrop.GetList(); |
| | | IStation.Calc.ErQu.GlobalParas.RiverWaterLevelDrops = allRiverWaterLevelDrop; |
| | | |
| | | List<Model.ReservoirParas> allReservoirParas = BLL.ReservoirParas.GetList(); |
| | | IStation.Calc.ErQu.GlobalParas.ReservoirParasList = allReservoirParas; |
| | | |
| | | var asT = BLL.AnaSetting.GetSetting(); |
| | | if(asT == null) |
| | | { |
| | | MessageBox.Show("配置读取失败"); |
| | | return; |
| | | } |
| | | IStation.Calc.ErQu.GlobalParas.AnaSetting = asT; |
| | | IStation.BLL.RiverWaterLevelDrop.Initial(); |
| | | IStation.BLL.ReservoirParas.Initial(); |
| | | IStation.BLL.AnaSetting.Initial(); |
| | | |
| | | |
| | | var page = new IStation.WinFrmUI.CalcErQu.CalcWizardMainContainter(); |