Shuxia Ning
2024-11-13 208ca42e1c20afafbe48d66259d553ee81eb48ed
WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/PipeManageMainPage.cs
ÎļþÃû´Ó WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/02-main/PipeManageMainPage.cs ÐÞ¸Ä
@@ -127,5 +127,13 @@
            var dlg = new DescriptionDlg();
            dlg.ShowDialog();
        }
        //设置局阻系数
        private void barBtnSetcoefficient_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            var dlg = new SetPipeLineCoefficientDlg();
            dlg.SetBindingData();
            dlg.ShowDialog();
        }
    }
}