Shuxia Ning
2024-09-11 5dbe0ca9fe177aa83779ebad921b5d1d2cae6278
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/02-asset-mgr/PumpMain_Wizrad/PumpMainChoicePage.cs
@@ -25,10 +25,10 @@
        /// </summary>
        public async void InitialPage(PumpMainChoiceViewModel t)
        {
            /*      _seriesBll = new BLL.PumpSeries();
                  _groupBll = new BLL.PumpGroup();
                  _pumpBll = new BLL.PumpMain();
                  _groupMapBll = new BLL.PumpGroupAndMainMap();*/
            /*      _seriesBll = new BLL.PumpSeriesVmo();
                  _groupBll = new BLL.PumpGroupVmo();
                  _pumpBll = new BLL.PumpMainVmo();
                  _groupMapBll = new BLL.PumpGroupAndMainMapVmo();*/
            var list = new List<HydroPumpViewModel>();
            list.Add(new HydroPumpViewModel { ID = 1, Name = "父", testChildrens = new List<TestChildren> { new TestChildren { Id = 2, Name = "子" } } });
            this.hydroPumpViewModelBindingSource.DataSource = list;