From ebd031e3bed6c1cfddce8fc9b98f7f9e95fb9e32 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期一, 04 十一月 2024 17:33:38 +0800 Subject: [PATCH] 添加OCC融合 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/出水设计/ctrlSetOutflowStyle.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\207\272\346\260\264\350\256\276\350\256\241/ctrlSetOutflowStyle.cs" "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\207\272\346\260\264\350\256\276\350\256\241/ctrlSetOutflowStyle.cs" index daee030..4774bd4 100644 --- "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\207\272\346\260\264\350\256\276\350\256\241/ctrlSetOutflowStyle.cs" +++ "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\207\272\346\260\264\350\256\276\350\256\241/ctrlSetOutflowStyle.cs" @@ -1,4 +1,4 @@ -锘縰sing DPumpHydr.WinFrmUI.RLT.Controls; +锘� using System; using System.Collections.Generic; using System.ComponentModel; @@ -10,9 +10,9 @@ using System.Threading.Tasks; using System.Windows.Forms; -namespace DPumpHydr.WinFrmUI.Volute +namespace DPumpHydr.WinFrmUI.Volute { - public partial class ctrlSetOutflowStyle : UserControl + public partial class ctrlSetOutflowStyle : ParasInfoBaseCtrl { public ctrlSetOutflowStyle() { -- Gitblit v1.9.3